Home
Softono

Filament Crm

Open source MIT PHP
29
Stars
9
Forks
0
Issues
1
Watchers
3 years
Last Commit
CRM

 About Filament Crm

Utilizing the Laravel Framework and Filament TallKit, a modular CRM application has been developed based on multi-tenancy.

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Filament Crm?

We provide expert installation service for this software. Our team will install, configure, and secure Filament Crm on your server. plans start at just $30.

Filament Crm

View on GitHub

filament-crm

Utilizing the Laravel Framework and Filament TallKit, a modular CRM application has been developed based on multi-tenancy.

Usage:

  1. Clone the repository:
git clone [email protected]:ferdiunal/filament-crm.git
  1. Copy the example environment file:
cp .env.example .env
  1. Install the dependencies:
composer install
  1. Create a new module:
php artisan crm:modules:create ModuleName
  1. Migrate the modules:
php artisan crm:modules:migrate