$ php artisan serve [--port=8000]
$ php artisan session:table
$ composer dump-autoload
$ php artisan migrate
$ php artisan make:controller [--resource]
--resource: The new controller will contain methods for the available resource operations. (e.g. index, show, edit, store, delte...)