Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 396 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 396 Bytes

Get Started

copy .env.exmaple file copy .env.example .env
generate app key => php artisan key:generate
add database credentials
install dependencies => composer install or composer update
link storage => php artisan storage:link
run migration => php artisan migrate
Running on a specific ip => php artisan serve --host --port