Answers for "unable to seed db laravel"

PHP
1

Laravel Unable to migrate or Make Seeds

/* Try this if you having issues with migration or artisan commands 
or getting an error : UnexpectedValueException */
sudo chmod 777 -R /storage
sudo chmod 777 -R storage
Posted by: Guest on July-22-2021

Browse Popular Code Answers by Language