How to remove public from url in laravel?
There are two ways:
Rename File and move htaccess file from public
Create htaccess File
Change Assest Url
How to call assets from public folder.
Note :- your all assets in assets folder in public directory.
Trending Tutorials