Skip to content

isqo/Miscsite

Repository files navigation

Miscsite Build Status Coverage Status

Useful commands

To start the development server on http://127.0.0.1:8000:

php artisan serve

/!\ To re-create the database (re-run all migrations):

php artisan migrate:fresh

To rebuild and update a single container :

docker-compose up -d --no-deps --build <SERVICE_NAME>