There is no license information available for the latest version (0.0.8) of this package.

A simple helpers package for my projects.

0.0.8 2023-06-19 20:10 UTC

This package is auto-updated.

Last update: 2024-04-19 21:50:49 UTC


README

A package that provides all of the helpers I generally use on all projects

Installation

composer require chrisbraybrooke/helpers

Setup

  1. 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.

  2. Config is available by running php artisan tinker vendor:publish --tag=helpers-config