Transaction system and CRM in form of analytics and dashboard
Default config in application/config/config.php:
- $config['base_url'] = 'http://localhost/raja-laundry';
Default database credentials in application/config/database.php:
- 'hostname' => 'localhost',
- 'username' => 'root',
- 'password' => '',
- 'database' => 'raja-laundry',
- 'dbdriver' => 'mysqli',