Skip to content

paulredmond/atom-larasnippets

Repository files navigation

Larasnippets: Laravel + PHP Snippets for Atom

  

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.

The factory snippet in action

Deploy

  1. Update the changelog.
  2. Run the documentation update npm run docs
  3. Run the deploy script
./publish
./publish major
./publish patch

* Note, this is only for my reference. Nobody else can deploy this.

Documentation

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

External References