Structure of Laravel Application

Laravel application has a very clean and managed directory structure. It is not compulsory to follow the structure of laravel. You can manage your application code as per your convenience. The following image shows the directory structure of the laravel…

Read More

Starting with the Laravel

The laravel framework uses Composer for dependency management. Creating a Project To create a new project in the laravel open command prompt in your web server and type the following command. This will create a new project using a composer…

Read More

Laravel

Laravel is an open-source PHP framework, developed by Taylor Otwell. Laravel intended for developing web applications in the model-view-controller (MVC) pattern. It is based on Symfony. Laravel offers a rich set of functionalities such as a command line interface called…

Read More