Answers for "assets are present in public folder but not found error in laravel"

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 "assets are present in public folder but not found error in laravel"

Browse Popular Code Answers by Language