I\'m using Laravel 5.2. I\'ve setup my first migrations and I want to run them. From the video tutorial it doesn\'t explain how to create a mysql db. I know I can do this man
Vikash's response worked. (in Laravel 5.8)
Based on the response of Vikash: How to create a mysql db with Laravel
I have created the following command which creates a MySQL database with the collation that you assign. I have uploaded it to this GitHub repository
I hope it helps other developers.