helilabs / capital
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, Factory Pattern).
0.4
2018-02-19 06:42 UTC
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