8 lines
154 B
Markdown
8 lines
154 B
Markdown
Run the server - php artisan serve
|
|
|
|
run mongo - run docker-compose up -d
|
|
|
|
migrate - php artisan migrate
|
|
|
|
use .env file to set up the database connection
|
|
|