Has the source for psalm.dev
docker-compose build --pull
docker-compose up -d
docker-compose exec php-apache composer install
- Navigate to http://localhost:8080
- Run
npx webpack
(requires Node)
psalm.dev uses phinx migrations to manage the database schema. To create a new migration, run:
docker compose exec php-apache vendor/bin/phinx create MyNewMigration
Migrations are applied automatically when psalm.dev updates from the master branch.
See https://book.cakephp.org/phinx/0/en/migrations.html#creating-a-new-migration to learn more about creating migrations.