laravel not finding asset files in public directory

Solutions on MaxInterview for laravel not finding asset files in public directory by the best coders in the world

showing results for - "laravel not finding asset files in public directory"
Marceau
02 Mar 2019
1Add ASSET_URL=public in your .env file and run php artisan config:cache