Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onecentlin/laravel5-snippets-vscode
Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
https://github.com/onecentlin/laravel5-snippets-vscode
laravel snippets visual-studio-code vscode vscode-extension
Last synced: 2 months ago
JSON representation
Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
- Host: GitHub
- URL: https://github.com/onecentlin/laravel5-snippets-vscode
- Owner: onecentlin
- License: mit
- Created: 2016-08-02T05:38:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T14:45:33.000Z (9 months ago)
- Last Synced: 2024-04-28T05:48:11.272Z (9 months ago)
- Topics: laravel, snippets, visual-studio-code, vscode, vscode-extension
- Homepage:
- Size: 386 KB
- Stars: 36
- Watchers: 2
- Forks: 20
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Snippets
[`Laravel snippets`](https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel5-snippets) extension for Visual Studio Code (Support Laravel 5 and above version).
- Laravel 5.x-9.x
## Screenshot
![Screenshot](https://github.com/onecentlin/laravel5-snippets-vscode/raw/master/images/screenshot.gif)
## Usage
Snippet prefix follows Laravel Facades. For example: `Request::`, `Route::`
## Support Snippet Prefix
* Arr
* Auth
* Broadcast
* Cache
* Config
* Console
* Cookie
* Crypt
* DB
* Eloquent
* Event
* Form ([Laravel Collective Form/Html](https://packagist.org/packages/laravelcollective/html) needs to be installed and available as `blade` snippets)
* Hash
* Helper
* Log
* Mail - Contains `Mail::` and `Mailable::` prefix for mail related settings
* Model - contains archived [Laravel Model](https://github.com/ahinkle/vscode-laravel-model-snippets) snippets
* Passport (Laravel v5.3 - [API Authentication](https://laravel.com/docs/5.3/passport))
* Redirect
* Relation
* Request
* Response
* Route
* Schema - Contains `Schema::` and `Column::` prefix for database related settings
* Session
* Storage
* Str
* View> Blade - Please install [`Laravel Blade Snippets` extension](https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade) for blade syntax highlighting and better support with blade and emmet.
## Contact
Please file any [issues](https://github.com/onecentlin/laravel5-snippets-vscode/issues) or have a suggestion please tweet me [@onecentlin](https://twitter.com/onecentlin).
## Credits
* Snippets based on [Laravel 5 Snippets for Sublime Text](https://github.com/Lykegenes/laravel-5-snippets)
## License
Please read [License](https://github.com/onecentlin/laravel5-snippets-vscode/blob/master/LICENSE.md) for more information.