version: v1.2.4
Voyager Micro CRM (CRM == Customer Relationship Management) (Micro CRM usando las tecnologias laravel y laravel-voyager)
-
Requirements (Already covered with Docker deployment)
- Apache/2.4.27 or greater.
- MySQL 5.7 or greater.
- PHP/7.2.24 or greater.
-
App Configuration
- Add host
voyager.crm.localhost, see Edit hosts. - Create
.envfile from.env.exampleand set it. - 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; - Import database from
database/updates/*.sqlintocrm_rootDB withrootuser, atlocalhosthost,33063port. - Set
APP_KEY=base64:JXJSPunrAsJnWEZrwtsrSYWp29CqkgWb/9n9SXIBzT0=at.env. - Set
DB_DATABASE=crm_rootat.env. - Run
composer install. - Run
php artisan storage:link. - Run
php artisan migrate.
- Add host
-
App Settings
- 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.
-
Database Key Fields, tables and or values:
users.email: Users email.
-
Git : Gitflow.
-
Back End: Laravel 6.x, Laravel Voyager.
-
Front End: Bootstrap 4,
2020 Samuel Ramirez