mayifit/core-permission

There is no license information available for the latest version (1.0.138) of this package.

Core permission system for Laravel based MayIFit systems

1.0.138 2021-05-20 09:09 UTC

README

The Core permission system of any Laravel based MayIFit system.

Code overview

The purpose of this package is to have an identical permission system accross all MayIFit products.

Folders

  • src/Database/Migrations - Contains all the required migration files for this package
  • src/Http/Controllers - Contains all the controllers
  • src/Http/Models - Contains all the Eloquen models
  • src/Http/Policies - Contains all the Eloquen model policies
  • src/Http/Traits - Contains all the Eloquen model traits