How to create database migration in Laravel 4.2


To create and modify table in laravel we can use migration, it's quite simple and easy to use, there is dedicated artisan command for create, run and rollback the migration.

How to make Laravel built in web server accessible from network


Laravel does have a built in web server for quick and easy development, but this web server have some limitation, one of them is that it cannot be access from the network.

How to run Laravel 4.2 built in web server


Laravel 4.2 comes with built in web server, which can be use for quick development environment, this built in web server should not be used on production though.

Category

Category