Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frikishaan/tiny-crm
A small and Open-source CRM built with Filament PHP & Laravel ❤.
https://github.com/frikishaan/tiny-crm
crm filamentadmin filamentphp laravel open-source php tiny-crm
Last synced: 3 days ago
JSON representation
A small and Open-source CRM built with Filament PHP & Laravel ❤.
- Host: GitHub
- URL: https://github.com/frikishaan/tiny-crm
- Owner: frikishaan
- License: mit
- Created: 2023-02-06T14:04:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T03:32:14.000Z (7 days ago)
- Last Synced: 2024-11-07T04:26:50.468Z (7 days ago)
- Topics: crm, filamentadmin, filamentphp, laravel, open-source, php, tiny-crm
- Language: PHP
- Homepage:
- Size: 1.21 MB
- Stars: 110
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tiny crm
![Tiny CRM dashboard screenshot](screenshots/Dashboard%20Screenshot.png "Tiny CRM dashboard screenshot")
[![Tests](https://github.com/frikishaan/tiny-crm/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/frikishaan/tiny-crm/actions/workflows/run-tests.yml)
This is a small and Open-source CRM application created using the [Filament PHP](https://filamentphp.com/).
## Tech stack
- PHP (Laravel)
- Filament PHP## Local Installation
1. Clone the repository
2. Run the following commands -```bash
composer install #installing php dependenciesnpm install # installing the JS dependencies
npm run build # to build the frontend assets
```3. Replace the database credentials in the `.env` file.
```
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=tiny_crm
DB_USERNAME=postgres
DB_PASSWORD=password
```4. Now run the following command to create the required tables in database -
```bash
php artisan migrate
```Optionally, you can create the dummy data by running the seeder as -
```bash
php artisan db:seed
```## Need assistance?
If you need help customizing this application or want to create your own application like this, contact me on [upwork](https://www.upwork.com/services/product/consulting-hr-a-customer-crm-software-1651120102232907776?ref=project_share) or on [LinkedIn](https://www.linkedin.com/in/ishaan-s/).