Skip to content

Latest commit

 

History

History
executable file
·
29 lines (24 loc) · 778 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
29 lines (24 loc) · 778 Bytes

Changelog

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.

[Unreleased]

  • 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

2022-11-15 Update Laravel version

composer install
composer dump-autoload
php artisan migrate