vkovic / laravel-commando

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

Allow database to exist when creating without failing #12

Closed awarrenlove closed 1 year ago

awarrenlove commented 3 years ago

I want to use this command as part of a development environment setup script, so I want to create the database on first run but simply move on if it already exists.