chrisbraybrooke / helpers
A simple helpers package for my projects.
Installs: 417
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
pkg:composer/chrisbraybrooke/helpers
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:custom
to publish a set of opinionated stubs that will aide development. To overide previous stubs, the--force
flag is available. -
Config is available by running
php artisan tinker vendor:publish --tag=helpers-config