helilabs / capital
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, Factory Pattern).
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/helilabs/capital
Requires
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2020-02-12 19:45:50 UTC
README
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, ModelFactory Pattern) to empower developer create easy to read, easy to maintain and easy to sacle Curd Application.
Why Built?
This package was built to get Helilabs start developing projects fast. and force a custom and smart way when building laravel applications.
Installation
- just require this package in your
composer file
like this
"helilabs/Capital" : "0.4"
Documentation:
You can find full documentation for the package on MissionX blog