chrisbraybrooke / helpers
There is no license information available for the latest version (0.0.8) of this package.
A simple helpers package for my projects.
Package info
github.com/ChrisBraybrooke/Laravel-Helpers-Package
pkg:composer/chrisbraybrooke/helpers
0.0.8
2023-06-19 20:10 UTC
README
A package that provides all of the helpers I generally use on all projects
Installation
composer require chrisbraybrooke/helpers
Setup
-
You should run
php artisan tinker stub:customto publish a set of opinionated stubs that will aide development. To overide previous stubs, the--forceflag is available. -
Config is available by running
php artisan tinker vendor:publish --tag=helpers-config