Skip to content

mhojaguliyev/mini-crm

Repository files navigation

Mini CRM

Steps to start app:

  • Setup db connection

  • Run migrations

      php artisan migrate --seed
  • If you need test data, run:

      php artisan db:seed --class=TestDataSeeder

    This will create multiple companies and employees

  • Link storage path:

      php artisan storage:link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published