$ composer install # Install dependencies
$ cp .env-example .env # Create .env file from template
$ php artisan serve # Start a development server at http://localhost:8000