What is composer

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

Read More
 

What is robots.txt

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

Read More