Giter Site home page Giter Site logo

lucas-eedu / artisan-crm Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 19.64 MB

Artisan CRM (Customer Relationship Management) is an open source software developed using the Laravel framework and the AdminLTE template in the MVC standard.

PHP 46.51% Blade 52.23% JavaScript 1.26%
laravel php laravel8 blade docker kool

artisan-crm's Introduction

About Artisan CRM

Artisan CRM (Customer Relationship Management) is an open source software developed using the Laravel framework and the AdminLTE template in the MVC standard.

Requirements Docker Installation

Requirements Local Installation

Docker Installation (Recommended)

  1. Installing via github:
git clone https://github.com/lucas-eedu/artisan-crm.git
  1. Access the project directory.

  2. Run the command for kool to build the project

kool run setup
  1. Accessing the CRM locally:

Local Installation

You can install this project via github or by downloading the zipped repository.

  1. Installing via github:
git clone https://github.com/lucas-eedu/artisan-crm.git
  1. Create a new database in your MySQL;

  2. Access the project directory:

cp .env.local.example .env
  1. Configuring the .env file with your data:
  • On line 13 replace "your_database" with the name of the database you created in step 2
  • On line 14 replace "mysql_username" with your MySQL username
  • On line 15 replace the "mysql_password" with the password of your MySQL user
  1. Run the commands:

    To install project dependencies

    composer install && yarn install && yarn dev

    It is used to define a new key in your .env file which is used by Laravel's encryption service - Illuminate.

    php artisan key:generate

    Create a symbolic link between a subfolder in your storage directory (public/storage) and the public directory (storage/app/public).

    php artisan storage:link

    Run all project migrations.

    php artisan migrate

    Runs all project seeds.

    php artisan db:seed

    Start a development server for the Laravel project

    php artisan serve
  2. Accessing the CRM locally:

Contribuidores

Thank you for considering contributing to Artisan CRM. Any kind of contribution is welcome, send a PR!

artisan-crm's People

Contributors

lucas-eedu avatar

Stargazers

 avatar

Watchers

 avatar

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.