An open API service indexing awesome lists of open source software.

https://github.com/paulredmond/atom-larasnippets

My Laravel and PHP snippets for Atom
https://github.com/paulredmond/atom-larasnippets

atom-editor laravel php

Last synced: 11 months ago
JSON representation

My Laravel and PHP snippets for Atom

Awesome Lists containing this project

README

          

# 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](./CHANGELOG.md).
1. Run the documentation update `npm run docs`
1. 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](./doc/snippet-reference.markdown) Markdown document for a full list of snippets. You can generate the latest version of the snippet reference documentation with:

```console
npm run docs
```

## External References

* [Laravel Official Documentation](https://laravel.com/docs)
* [Atom Snippets Documentation](http://flight-manual.atom.io/using-atom/sections/snippets/)
* My blog post about [creating the larasnippets plugin](http://bitpress.io/php/laravel/2017/02/13/larasnippets-atom-plugin/)
* My blog post about [generating snippet markdown documentation](http://bitpress.io/php/laravel/2017/02/14/atom-cson-snippet-documentation-generator/) for this project