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
Web framework (WF) also know as Web application framework (WAF) is a framework that designed to support web applications. This will include we api, services and resources.The main aim of this architecture is re usability of code
In the era of cloud , every application has been / being migrated from desktop to web server. And companies earlier having their older softwares on systems are creating the same as web app for easy and global approach of clients. Now the webapp could be categorized into two types – One is traditional Multi Page […]
Composer is a dependency manager tool for PHP.It will manage all kind of dependencies that you require for a project. It will get all the required libraries and manage them all in one place. Composer is not package manage but it’s manage libraries and manage(install/update) for us
Robots.txt is text file created by webmasters to instruct web robots how to crawl pages of their website. This file placed at the root of the site that indicates those parts of your site you don’t want accessed by search engine crawlers. The file uses the RES ( Robots Exclusion Standard ) protocol. Default Format
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 […]
A web cache is an technology for the temporary storage of web documents, to reduce server lag.Caching is used to make subsequent requests faster