An open API service indexing awesome lists of open source software.

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.

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
```