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
- Host: GitHub
- URL: https://github.com/paulredmond/atom-larasnippets
- Owner: paulredmond
- License: mit
- Created: 2017-02-13T06:10:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T19:44:58.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T13:11:58.953Z (about 1 year ago)
- Topics: atom-editor, laravel, php
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.
## 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