scott-nason / eco-helpers
Eco Helpers is an overlay to Laravel that aids in rapid application development for security controlled CRUD applications.
Requires
- php: >=8.2.0
- laravel/framework: >= 8.2.0
- dev-main
- v1.1.7
- v1.1.5
- v1.1.4
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.66
- v1.0.65
- v1.0.64
- v1.0.63
- v1.0.62
- v1.0.61
- v1.0.60
- v1.0.59
- v1.0.58
- v1.0.57
- v1.0.56
- v1.0.54
- v1.0.53
- v1.0.52
- v1.0.51
- v1.0.50
- v1.0.49
- v1.0.48
- v1.0.46
- v1.0.45
- v1.0.44
- v1.0.43
- v1.0.42
- v1.0.41
- v1.0.40
- v1.0.39
- v1.0.38
- v1.0.37
- v1.0.36
- v1.0.35
- v1.0.34
- v1.0.33
- V1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
This package is auto-updated.
Last update: 2024-10-28 10:32:23 UTC
README
Eco Helpers is an overlay to Laravel that aids in rapid application development for security controlled CRUD applications.
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.
bin/ src/
Install
Via Composer
$ composer require scott-nason/eco-helpers
Usage
$skeleton = new scott-nason\eco-helpers(); echo $skeleton->echoPhrase('Hello, League!');
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email scott@nasonproductions.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.