Using InnoDB as a storage.
Source code for example app from the book Web Application Development with Yii2 and PHP by Mark Safronov and Jeffrey Winesett.
Code was written by Artem Drachkov.
Code is a fully working sample of the application according to Yii 2.0.0-beta tools. Application uses Acceptance tests.
- Install dependencies
composer update
-
Create a new db, tou may use name 'crmapp'
-
Edit common/config/db.php
-
Link your Apache or NGINX with public directory: frontend/web
Use 'crmapp.com' as a production alias
Use 'crmapp.dev' as a development alias
Remove db.local.php
Simple CRM.
- Adding a new customer with Name, Phone, BD, note
- Looking for a customer by phone number
- composer