Amadis

Secure Backend - Database

Cleanup (remove all tables and create new ones)

Get inside the PHP container

docker exec -it php /bin/sh

Clear the database

php artisan migrate:refresh

Seeding (feed the database with default values)

Get inside the PHP container

docker exec -it php /bin/sh

Seed the database