You have to tell that those files are within the public directory (or at least they should be), so:
- url: /(.*\.(ico|gif|png|jpg|css|js|html|txt|pdf|mp3|eps|svg|ttf|woff|eot))
static_files: public/\1
upload: (.*\.(ico|gif|png|jpg|css|js|html|txt|pdf|mp3|eps|svg|ttf|woff|eot))
May you show me all config you changed with this laravel version?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.