My collection of Laravel and PHP Snippets. The goal of this package isn't an exhaustive list of snippets, but simply the snippets I reach for and need most often.
- Update the changelog.
- Run the documentation update
npm run docs
- Run the deploy script
./publish
./publish major
./publish patch
* Note, this is only for my reference. Nobody else can deploy this.
View the Snippet Reference Markdown document for a full list of snippets. You can generate the latest version of the snippet reference documentation with:
npm run docs
- Laravel Official Documentation
- Atom Snippets Documentation
- My blog post about creating the larasnippets plugin
- My blog post about generating snippet markdown documentation for this project