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
- Host: GitHub
- URL: https://github.com/devfaysal/crm
- Owner: devfaysal
- Created: 2023-09-16T14:54:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T05:49:05.000Z (almost 2 years ago)
- Last Synced: 2025-05-10T13:51:56.671Z (about 1 year ago)
- Topics: crm, filamentphp, laravel, php
- Language: PHP
- Homepage:
- Size: 1.03 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ``