Run laravel project locally
##Windows users:
cmder will be refered as console
##Mac Os, Ubuntu and windows users continue here:
homestead utf8_general_ci.env.example file to .envinside your project root and fill the database information.
(windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )composer install or php composer.phar installphp artisan key:generatephp artisan migratephp artisan db:seed to run seeders, if any.php artisan serve#####You can now access your project at localhost:8000 :)
composer installphp artisan migrate