Practical Web Development & Engineering Solutions - Read Write Execute

Category: Php

132 items
Curated articles, deep-dives, and performance optimizations engineered for developers.
LARAVEL

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...

PHP

What is web framework

Web framework (WF) also know as Web application framework (WAF)  is a framework that designed to support web...

PHP

What is composer

Composer is a dependency manager tool for PHP.It will manage all kind of dependencies that you require for...

PHP

What is robots.txt

Robots.txt is text file created by webmasters to instruct web robots how to crawl pages of their website....

PHP

What is web cache ?

A web cache is an technology for the temporary storage of web documents, to reduce server lag.Caching is...