https://github.com/ferdiunal/filament-crm
Utilizing the Laravel Framework and Filament TallKit, a modular CRM application has been developed based on multi-tenancy.
https://github.com/ferdiunal/filament-crm
crm filamentphp laravel laravel-modular modular tenancy tenancyforlaravel
Last synced: about 1 month ago
JSON representation
Utilizing the Laravel Framework and Filament TallKit, a modular CRM application has been developed based on multi-tenancy.
- Host: GitHub
- URL: https://github.com/ferdiunal/filament-crm
- Owner: ferdiunal
- License: mit
- Created: 2023-04-22T19:35:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T23:49:26.000Z (about 2 years ago)
- Last Synced: 2025-04-21T07:32:42.442Z (about 1 month ago)
- Topics: crm, filamentphp, laravel, laravel-modular, modular, tenancy, tenancyforlaravel
- Language: PHP
- Homepage:
- Size: 347 KB
- Stars: 28
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filament-crm
Utilizing the [Laravel Framework](https://github.com/laravel/laravel) and [Filament TallKit](https://github.com/filamentphp/filament), a modular CRM application has been developed based on [multi-tenancy](https://github.com/archtechx/tenancy).
## Usage:
1. Clone the repository:
```bash
git clone [email protected]:ferdiunal/filament-crm.git
```2. Copy the example environment file:
```bash
cp .env.example .env
```3. Install the dependencies:
```bash
composer install
```4. Create a new module:
```bash
php artisan crm:modules:create ModuleName
```5. Migrate the modules:
```bash
php artisan crm:modules:migrate
```