How to create a mysql db with Laravel

前端 未结 6 816
盖世英雄少女心
盖世英雄少女心 2021-02-13 14:50

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

6条回答
  •  一向
    一向 (楼主)
    2021-02-13 15:20

    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.

提交回复
热议问题