Giter Site home page Giter Site logo

alijawad19 / laracrm Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 176 KB

A Customer Relationship Management (CRM) app with multiple roles using Laravel 10, Breeze(for authentication) and Spatie(to manage user permissions and roles).

PHP 40.34% JavaScript 0.27% CSS 0.43% Blade 58.95%
dashboard laravel laravel-breeze laravel10 php roles-permissions spatie

laracrm's Introduction

About this project

A Customer Relationship Management (CRM) app with multiple roles using Laravel 10, Breeze(for authentication) and Spatie(to manage user permissions and roles).

Installation

  1. To run this project on your machine, fork it first.
  2. Go to the folder application using cd command on your cmd or terminal
  3. Run "composer install" on your cmd or terminal
  4. Rename .env.example to .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
  5. Run "php artisan key:generate"
  6. Run "php artisan migrate --seed" (it has some seeded data for testing)
  7. Run "npm install"
  8. Run "npm run dev"
  9. Open new terminal and run "php artisan storage:link"
  10. Run "php artisan serve"
  11. Go to the server link localhost:8000 OR 127.0.0.1:8000

Features

  • Dashboard
  • User management
  • Deal management
  • Customer management
  • Contact database management
  • Item management
  • Deals Management
  • Documents upload and download
  • Assign and manage tasks
  • Assign and manage projects
  • Secure registration & login
  • Roles & Permissions thanks to Spatie (https://github.com/spatie/laravel-permission)

Initial roles and permissions:

  • superadmin (all)
  • user (Manage contacts, deals, documents, tasks)

Superadmin credentials

laracrm's People

Contributors

alijawad19 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

topma

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.