I have just created a new project, created a database, setup my env creadentials, set permissions on storage folder.
when I run: php artisan migrate
nothing happens, please help?
Thanks
Hi john have you first created any migration file? like php artisan make:migration <your table name>
it was a basic install and first time migrate call
Nevermind, I got around this by setting database credentials in the database config file and removing the env() functions
I know this is a security risk now
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community