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

https://github.com/devfaysal/crm

Simple CRM based on Laravel Filament
https://github.com/devfaysal/crm

crm filamentphp laravel php

Last synced: 8 months ago
JSON representation

Simple CRM based on Laravel Filament

Awesome Lists containing this project

README

          

# CRM
This project was developed on top of Filament

### Installation Instruction
- Clone the repository `` git clone https://github.com/devfaysal/crm.git your_project_name``
- Enter the project folder `` cd your_project_name ``
- Install composer packages `` composer install ``
- Copy .env.example to .env `` cp .env.example .env ``
- Generate encryption key `` php artisan key:generate ``
- Update the .env file with database credentials
- Run migration `` php artisan migrate ``
- Seed the database `` php artisan db:seed ``
- Run the server `` php artisan serve ``
- Visit [localhost:8000/admin](http://localhost:8000/admin) `` email: devfaysal@gmail.com Password: password ``