The framework source code can be found here: cakephp/cakephp.
- Customer Relationship Management System for evidence of customers for ISP
- it can generate invoices in dBase format for POHODA Stormware bookkeeping software
- Download Composer or update
composer self-update. - Run
php composer.phar create-project --prefer-dist mapik/watcher-crm [app_name].
If Composer is installed globally, run
composer create-project --prefer-dist mapik/watcher-crmIn case you want to use a custom app dir name (e.g. /myapp/):
composer create-project --prefer-dist mapik/watcher-crm myappYou can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server -p 8765Then visit http://localhost:8765 to see the welcome page.
Create and edit the config/.env or set system environment variables (eg. for Docker).
The app uses Milligram (v1.3) minimalist CSS framework.