I have a detail when uploading my project to a server, the detail consists of how to remove the public from the url
Work with metronic laravel
What web server are you using? If you are using Nginx, please check the config for Nginx here;
Or if you are using apache, you can use .htaccess config to remove the public folder from the URL.
Thanks
I am referring to the public, when the project is in production
example
remove that say only
Hi,
Could you please clarify your question? Usually, we use url() or asset() helper function to get the URL. Please check below links for more details.
Thanks