All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- WIP: New feature "Web Forms" will be accessible from Settings
- New migration for web_form table, run:
bash php artisan migrate
- Promote Lead to Customer working
- We add custom console commands:
- Improve database, add migration, order relation with company and customer
Create a new company
company:create
Create a new user for a company
user:create
composer install
composer dump-autoload
php artisan migrate