Authorization
Apiato provides a Role-Based Access Control (RBAC) through its Authorization Container.
Apiato provides a Role-Based Access Control (RBAC) through its Authorization Container.
Apiato commands are just Laravel Commands,
Apiato configs are just Laravel configs, and they function in the exact same way as Laravel configs.
To prevent overlap with the L5 Repository documentation, this page
Apiato events are just Laravel Events,
Apiato factories are just Laravel Factories,
You have the option to create your own global "helper" PHP functions in designated directories, and Apiato will automatically autoload them for you.
Apiato jobs are just Laravel Jobs,
Apiato mails are just Laravel Mails,
Apiato middlewares are just Laravel Middlewares,
Apiato migrations are just Laravel Migrations,
Apiato notifications are just Laravel Notifications,
Apiato policies are just Laravel Policies,
Apiato provides a powerful repository pattern implementation based on the L5 Repository package.
Apiato seeders are just Laravel Seeders,
Apiato service providers are just Laravel Service Providers,
Apiato is built with testing in mind.
Value Objects are short names for known "Value Objects",