Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.23 KB

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