Skip to content

hasan-najeebul/zonvoir-crm

Repository files navigation

Setup

After cloning this repository.

  • RUN composer install
  • RUN cp .env.example .env
  • Please first create the database and put the credentials of the database in the .env file. like: Database name, Username and Passowrd.
  • RUN php artisan migrate:fresh --seed
  • RUN npm install
  • These below two commands are necessary to run the project.
    • RUN php artisan serve
    • RUN npm run dev
  • Use following to admin login

Roles and Permission commands

  • RUN composer require spatie/laravel-permission
  • RUN php artisan migrate
  • RUN php artisan db:seed --class=PermissionTableSeeder
  • RUN php artisan db:seed --class=CreateAdminUserSeeder

About

This is a customer relationship model created on laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published