Samvel24 / laravel-voyager-crm

Micro CRM usando laravel y laravel-voyager

Repository from Github https://github.comSamvel24/laravel-voyager-crmRepository from Github https://github.comSamvel24/laravel-voyager-crm

Voyager Micro CRM

version: v1.2.4

Voyager Micro CRM (CRM == Customer Relationship Management) (Micro CRM usando las tecnologias laravel y laravel-voyager)

SET UP

  • Requirements (Already covered with Docker deployment)

    1. Apache/2.4.27 or greater.
    2. MySQL 5.7 or greater.
    3. PHP/7.2.24 or greater.
  • App Configuration

    1. Add host voyager.crm.localhost, see Edit hosts.
    2. Create .env file from .env.example and set it.
    3. Give Folder permissions:
      sudo chown -R $USER:www-data storage;
      chmod -R 775 storage;
      sudo chown -R $USER:www-data bootstrap/cache;
      chmod -R 775 bootstrap/cache;
      
    4. Import database from database/updates/*.sql into crm_root DB with root user, at localhost host, 33063 port.
    5. Set APP_KEY=base64:JXJSPunrAsJnWEZrwtsrSYWp29CqkgWb/9n9SXIBzT0= at .env.
    6. Set DB_DATABASE=crm_root at .env.
    7. Run composer install.
    8. Run php artisan storage:link.
    9. Run php artisan migrate.
  • App Settings

    1. Browse /admin/settings.
  • Create Admin User Create Admin User:

    php artisan create-admin-user --user={email-here}
    

    Example:

    php artisan create-admin-user --user=admin@adlnetworks.com	
    
  • Browse at voyager.crm.localhost.

  • Voyager Back Office at voyager.crm.localhost/admin.

CONTRIBUTION: Guidelines & Documentation


2020 Samuel Ramirez

About

Micro CRM usando laravel y laravel-voyager


Languages

Language:PHP 95.6%Language:Blade 4.1%Language:Shell 0.3%