Remove public from url in laravel
By using following steps we can remove public from url Rename server.php to index.php at laravel root folder Copy .htaccess file from public folder to root folder and update code mentioned below
By using following steps we can remove public from url Rename server.php to index.php at laravel root folder Copy .htaccess file from public folder to root folder and update code mentioned below
Laravel is open source and most popular PHP frameworks for rapid web applications development. laravel provides great features like authentication techniques , Artisan , Routing , Eloquent ORM, Query Builder , Blade Templating , Security and many other features thats why its the most popular PHP framework among developers. In this tutorial we will learn […]