Home
Softono

Customer Relationship Management System

Open source CSS
38
Stars
10
Forks
0
Issues
1
Watchers
4 years
Last Commit
CRM

 About Customer Relationship Management System

A CRM system that allows managing users, organizations, clients, projects, tasks, documents, and roles. Built using PHP, Laravel, and Bootstrap 5.

Platforms

Web Self-hosted

Languages

CSS

Links

Need Help Installing Customer Relationship Management System?

We provide expert installation service for this software. Our team will install, configure, and secure Customer Relationship Management System on your server. plans start at just $30.

Customer Relationship Management System

View on GitHub

Customer Relationship Management System

The project was written using PHP and the Laravel Framework, and Bootstrap Library.

Features

  • Manage users.
  • Manage organizations.
  • Manage clients.
  • Manage projects.
  • Manage tasks.
  • Manage documents.
  • Manage roles.

How to use

  1. Run git clone https://github.com/Khaled-Farhat/Customer-Relationship-Management-System to clone the repository.
  2. Run composer install to install composer dependencies.
  3. Copy .env.example to .env and edit the database credentials there.
  4. Run php artisan key:generate to generate an app encryption key.
  5. Run php artisan migrate --seed to migrate the database.
  6. [Optional] Run php artisan db:seed --class=DummyDataSeeder if you want to create some dummy data.

Launch the main URL. You can log in to the admin panel using the default credentials: [email protected] - password.

Installing using Docker

  1. Run git clone https://github.com/Khaled-Farhat/Customer-Relationship-Management-System to clone the repository.
  2. Run docker compose up to build the images and start the containers.
  3. Run docker compose exec app php artisan migrate --seed to migrate the database.
  4. [Optional] Run docker compose exec app php artisan db:seed --class=DummyDataSeeder if you want to create some dummy data.

To stop the containers, run docker compose stop.

Screenshots

organizations-show

tasks-index

roles-edit