danieletulone / laravel-toolkit
This package provides some classes, utilities, views, controller for build easier laravel application.
Requires
- php: ^8.1
- google/apiclient: ^2.15
- guzzlehttp/guzzle: ^7.7
- illuminate/support: ^9.0|^10.0|^11.0
- spatie/laravel-translatable: ^6.5
Requires (Dev)
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.0
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require danieletulone/laravel-toolkit
Usage
Each class, function, command is built to be used individually and fit each laravel project.
There is currently no dedicated documentation for each feature. To understand each feature It is recommended to explore and read the code. The file structure and names are very intuitive and the code is documented.
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email danieletulone.work@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.