pith / demo-app
Pith Demo App
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pith/demo-app
Requires
- pith/framework: ^0.35.1
This package is auto-updated.
Last update: 2025-09-27 22:02:11 UTC
README
⚠️ (Not ready yet) ⚠️
pith-demo-app
Pith Framework - Demo Application
⚠️ (Not ready yet) ⚠️
Installation
1) Clone / Copy to project folder.
2) Install Composer
- Open the terminal and navigate to the project folder.
- Install Composer. Follow the instruction at Download Composer.
3) Run 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
3) Copy runnable scripts
cp vendor/pith/framework/pith . cp vendor/pith/framework/mig .
4) Configure the Env file
- Copy
env.dist.php
toenv.php
- Add your own settings.
5) Run Migrations
- 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