プロジェクト作成&起動

プロジェクト作成
composer create-project laravel/laravel --prefer-dist [プロジェクト名]
起動
cd [プロジェクトパス]
php artisan serve
http://127.0.0.1:8000/