thegr8awais / laravel5-snippets-vscode

Laravel 5 snippets for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Snippets

Laravel snippets extension for Visual Studio Code (Support Laravel 5 and above version).

  • Laravel 5.x
  • Laravel 6.x
  • Laravel 7.x

Screenshot

Screenshot

Usage

Snippet prefix follows Laravel Facades. For example: Request::, Route::

Support Snippet Prefix

  • Auth
  • Broadcast
  • Cache
  • Config
  • Console
  • Cookie
  • Crypt
  • DB
  • Event
  • Form (Laravel Collective Form/Html needs to be installed and available as blade snippets)
  • Hash
  • Helper
  • Log
  • Mail - Contains Mail:: and Mailable:: prefix for mail related settings
  • Passport (Laravel v5.3 - API Authentication)
  • 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 for blade syntax highlighting and better support with blade and emmet.

Contact

Please file any issues or have a suggestion please tweet me @onecentlin.

Credits

License

Please read License for more information.

About

Laravel 5 snippets for Visual Studio Code

License:MIT License