Answers for "why can't i find my assets folder in my laravel app"

PHP
1

laravel not finding asset files in public directory

Add ASSET_URL=public in your .env file and run php artisan config:cache
Posted by: Guest on August-23-2021

Code answers related to "why can't i find my assets folder in my laravel app"

Browse Popular Code Answers by Language