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

https://github.com/lokusok/laravel-crm

A lightweight CRM system built with Laravel. Technologies: Minio S3 for file storage, Redis for caching, Mailpit for email testing, and MySQL as the primary database. Dockerized via Sail.
https://github.com/lokusok/laravel-crm

crm docker laravel mailpit mysql php s3 sail

Last synced: about 2 months ago
JSON representation

A lightweight CRM system built with Laravel. Technologies: Minio S3 for file storage, Redis for caching, Mailpit for email testing, and MySQL as the primary database. Dockerized via Sail.

Awesome Lists containing this project

README

          

## CRM-система на Laravel

- Laravel
- Roles via spatie package
- Minio S3
- Redis
- Mailpit
- MySQL
- Docker

---

## Запуск проекта

**Предварительно, установите Composer: https://getcomposer.org/download/**

1. `make install`
2. `make start`
3. `make setup`
4. Через веб-интерфейс Minio (`localhost:8900`) создайте bucket с названием `laravel` и откройте его публично

---

## Технологии, использованные при разработке

![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)![Laravel](https://img.shields.io/badge/laravel-%23FF2D20.svg?style=for-the-badge&logo=laravel&logoColor=white)![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge&logo=mysql&logoColor=white)![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white)![Minio/Amazon S3](https://img.shields.io/badge/Minio%20S3-FF9900?style=for-the-badge&logo=amazons3&logoColor=white)