mayifit/core-translation

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

Core translation system for Laravel based MayIFit systems

1.0.52 2020-10-13 23:47 UTC

README

The Core translation system of any Laravel based MayIFit system.

Code overview

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

Folders

  • src/Database/migrations - Contains all the required migration files for this package
  • src/Database/seeds - Contains all the seeder files for this package
  • src/Http/Controllers - Contains all the controllers
  • src/Http/Resources - Contains all the API response resources
  • src/Models - Contains all the Eloquent models
  • src/Policies - Contains all the Eloquent model policies
  • src/Facedes - Contains all the Eloquent model facades