Pith Framework - Demo Application
- Open the terminal and navigate to the project folder.
- Install Composer. Follow the instruction at Download Composer.
- Test PHP version
php -v
- See that Composer is really there and working.
php composer.phar
- Run Composer:
php composer.phar install
php composer.phar update
cp vendor/pith/framework/pith .
cp vendor/pith/framework/mig .
- Copy
env.dist.php
toenv.php
- Add your own settings.
- Test that doctrine migrations will work.
php mig
- Look at the list of migrations
php mig migrations:list
- Run all migrations
php mig migrations:migrate