AutoHome Install the dependencies. $ cd auto_home $ composer install $ npm install For run migrations... create .env file by .env.example $ php artisan migrate $ php artisan db:seed Run Application $ php artisan serve