Laravel – Day 16 – Removing public from URL and production environment
Source code: Facebook Page: Tutor: Anwar Ali The video covers the detail on how to …
We've listed best web hosting services you can safely use in 2020 and beyond. Read our web hosting reviews on speed (ms), uptime (%) and customer support.
Source code: Facebook Page: Tutor: Anwar Ali The video covers the detail on how to …
Brother, Thank you so much. My problem is solved…
Thanks, it's usefull
Hello bos , can you do another laravel video on how to handle error messaging in laravel? i want to know how to pass an error message to a "edit blade" which was tracked in the "controller"
Thanks for the tutorials.
I have completed all the tutorials and uploaded the project in Github.
https://github.com/AliAlsabah/AALaravelNews
Instead of copying the files, even in a local development environment. I create a Virtual Host document and point it to the /project/public folder.
I then create an entry in my local hosts file to point to a domain name that I use for local development. Usually it is the same name as the project I am on with a .local so for example laravel.local. When I type that into the browser I will get the local version of the site running No other changes are needed. This way the entire directory structure of the Laravel install does not have be changed and everything works.
Awesome videos bro…. and expecting more videos soon and lets try search button functionality in upcoming videos
how to maintain route for single page site..
Dai instead of copying all contents from public directory, I prefer copying just index.php and .htaccess file and removing ../ from index.php from line 24 and 38