After Install Fresh laravel, What you need to do
After installing Fresh Laravel, you have to make.env file and then run these code below from command line
Run php artisan key:generate.
Do php artisan config:clear,
Then php artisan config:cache
And things will start working!
Comments
Post a Comment