Download the PHP package toanna/saf-laravel-toolkit without Composer
On this page you can find all versions of the php package toanna/saf-laravel-toolkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download toanna/saf-laravel-toolkit
More information about toanna/saf-laravel-toolkit
Files in toanna/saf-laravel-toolkit
Package saf-laravel-toolkit
Short Description A development toolkit for SAF's Laravel Developers
License MIT
Informations about the package saf-laravel-toolkit
saf-laravel-toolkit
A development toolkit for SAF's Laravel Developer
Get started
Commands
Initialize folder structure
Folder structure:
Initialize git hooks
After connect with your remote, run this to setup:
Creating Commands
Create an Abstraction Interface to app/Abstraction/
:
Create a Business Logic Class to app/Business/
:
Create a Business Service Class to app/BusinessService/
:
Create a Controller Class to app/Representation/Http/
:
Create an API Controller Class to app/Representation/Http/Api
:
Create a Dependency Class to app/Dependency/
:
Create a Domain Model Class to app/Common/DomainModels
:
Create an Eloquent ORM Class to app/Dependency/Repositories/Eloquent/
:
Create an Exception Class to app/Common/Exceptions/
:
Create a Form Request Class to app/Representation/Http/Requests/
:
Create a Resource to app/Representation/Http/Resources/
:
Create a Artisan Command to app/Representation/Console/Commands/
:
Common Libraries
Elastic Logger
Example in app/config/logging.php
:
Contributors
- Thắng Lê [email protected]
- Toàn Nguyễn [email protected]
All versions of saf-laravel-toolkit with dependencies
laravel/framework Version >=5.5.0
toanna/laravel-5-layer Version >=1.2.0
elasticsearch/elasticsearch Version ^6.0
ruflin/elastica Version ^6.0@dev
francescomalatesta/laravel-circuit-breaker Version ^0.1.0
carmanuelz/php-remote-config Version dev-master
squizlabs/php_codesniffer Version *