Setup a Laravel Project and Understand the Folder Structure
Setting up a Laravel project is an easy task. We need to have the composer installed in our system. Then we need to download the Laravel installer, the command for installation iscomposer global require “laravel/installer=~1.1”if this does not works then we could just writecomposer global require “laravel/installer”and it would install the file.Then we need to … Read more