Use base_path() or public_path() or type it manually. Not sure which will work but manual approach should.
Sep 27, 2015
4
Level 1
Add Public to asset path in Laravel
I want to install laravel in shared hosting and I followed the steps here http://stackoverflow.com/a/28449523 but my asset path doesn't include the public directory
Instead of this
<linkhref='http://example.com/public/assets/css/style.css' type='text/css' media='all' />
I'm getting this ```<linkhref='http://example.com/assets/css/style.css' type='text/css' media='all' />``
How do I change the asset folder without changing any core classes?
Please or to participate in this conversation.