Answers for "public assets path not found 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

Browse Popular Code Answers by Language