Understanding Laravel Framework

laravelBased on developers survey, Laravel is listed as the most popular PHP framework , designed for the development of model–view–controller (MVC) web applications. Best and fast growing PHP framework.


Which has lot of functionalities, best framework for low and high end application development.


The current version of laravel is 4.2.11 ( October 4, 2014).


It has composer functionality, which means we can run lot of functions through command prompt mode. So here i gonna list some of laravel composer commands for best understand when use composer.


create project :
--> composer create-project laravel/laravel your-project-name --prefer-dist


Serving Laravel
--> php artisan serve


Creating A Migration
--> php artisan migrate:make create_users_table


Laravel has best documentation support for us, Please visit the following link for more valuable laravel updates..


http://laravel.com/docs/4.2


Post your comments. Thanks.


Post a Comment

Post a Comment (0)

Previous Post Next Post