Utilizing the Laravel Framework and Filament TallKit, a modular CRM application has been developed based on multi-tenancy.
- Clone the repository:
git clone [email protected]:ferdiunal/filament-crm.git- Copy the example environment file:
cp .env.example .env- Install the dependencies:
composer install- Create a new module:
php artisan crm:modules:create ModuleName- Migrate the modules:
php artisan crm:modules:migrate