Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 266 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 266 Bytes

Metal Art

Install the dependencies.

$ cd metal_art
$ 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