vkovic / laravel-commando

Collection of handy Laravel artisan commands that most projects needs
MIT License
60 stars 10 forks source link

Adding CHARACTER SET and COLLATE for db:create #2

Closed bilogic closed 4 years ago

bilogic commented 4 years ago

Hi,

Please consider adding support for CHARACTER SET and COLLATE like this post here https://anthonysterling.com/posts/using-an-artisan-command-to-create-a-database-in-laravel-or-lumen.html

Thank you.

vkovic commented 4 years ago

Thanks for pointing that out. I'll incorporate the changes you suggested.