Skip to main content

18 docs tagged with "optional-component"

View All Tags

Authorization

Apiato provides a Role-Based Access Control (RBAC) through its Authorization Container.

Commands

Apiato commands are just Laravel Commands,

Configs

Apiato configs are just Laravel configs, and they function in the exact same way as Laravel configs.

Criterias

To prevent overlap with the L5 Repository documentation, this page

Events

Apiato events are just Laravel Events,

Factories

Apiato factories are just Laravel Factories,

Helpers

You have the option to create your own global "helper" PHP functions in designated directories, and Apiato will automatically autoload them for you.

Jobs

Apiato jobs are just Laravel Jobs,

Mail

Apiato mails are just Laravel Mails,

Middlewares

Apiato middlewares are just Laravel Middlewares,

Migrations

Apiato migrations are just Laravel Migrations,

Notifications

Apiato notifications are just Laravel Notifications,

Policies

Apiato policies are just Laravel Policies,

Repositories

Apiato provides a powerful repository pattern implementation based on the L5 Repository package.

Seeders

Apiato seeders are just Laravel Seeders,

Tests

Apiato is built with testing in mind.

Values

Value Objects are short names for known "Value Objects",