Pages

Showing posts with label php laravel. Show all posts
Showing posts with label php laravel. Show all posts

Laravel 5 - Remove public from url and run without php artisan

In laravel it's easy to step to run laravel project without using php artisan serve and removing public from url also

Here are the steps to follow.

1. Renaming the server.php to index.php

2. Copy the .htaccess from public folder to root folder (example : admin main folder)

Laravel run/access without php artisan

Laravel is Framework of php language,  its access through command php artisan server but when we run the project using live/domain name then..

its

http://localhost/<project_name>/public/



Popular Posts