Coder Social home page Coder Social logo

deptrai21 / laravel-blade-phpstorm-live-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from javidalpe/laravel-blade-phpstorm-live-template

0.0 0.0 0.0 2.69 MB

PhpStorm Live Templates for Laravel Templates (Blade)

License: MIT License

laravel-blade-phpstorm-live-template's Introduction

Laravel Blade Live Templates

PhpStorm Live templates let you insert frequently-used or custom code constructs into your source code file quickly, efficiently, and accurately.

This repo contains live templates for frequently-used Laravel Blade directives.

Demo

How to install

  1. Download and copy the Laravel-Blade.xml file to your templates folder:
  • Windows: <your home directory>\.<product name><version number>\config\templates
  • Linux: ~\.<product name><version number>\config\templates
  • OS X: ~/Library/Preferences/<product name><version number>/templates

e.g. ~/Library/Preferences/PhpStorm2017.2/templates on OS X for PhpStorm 2017

  1. Restart PhpStorm.

  2. To see all templates, go to Preferences->Live Templates and expand Laravel-Blade.

Templates

  • @elseif : Blade @elseif
  • @for : Blade @for
  • @foreach : Blade @foreach
  • @if : Blade @if
  • @ifelse : Blade @ifelse
  • @include : Blade @include
  • @layout : Blade template skeleton
  • @section : Blade @section
  • @while : Blade @while
  • {{ : Blade {{ echo data }}
  • @yield : Blade @yield
  • @extends : Blade @extends
  • @sectionx : Blade @section extended
  • {{{ : Blade {{{ echo escaped data }}}
  • @unless : Blade @unless
  • {{-- : Blade comments
  • @forelse : Blade @forelse
  • {!! : Blade {!! echo raw data !!}
  • @component : Blade @component
  • component : Blade component scaffold
  • @auth : Blade @auth
  • @guest : Blade @guest
  • @switch : Blade @switch
  • @includeWhen : Blade @includeWhen
  • @each : Blade @each
  • @push : Blade @push
  • @stack : Blade @stack
  • @inject : Blade @inject
  • @can : Blade @can
  • @cannot : Blade @cannot
  • @verbatim : Blade @verbatim
  • @isset : Blade @isset
  • @empty : Blade @empty
  • mix : Laravel's global mix function
  • @lang : Blade @lang
  • @slot : Blade @slot
  • @json : Blade @json
  • @hasSection : Blade @hasSection
  • @csrf : Blade CSRF Field
  • @method : Blade @method
  • @includeIf : Blade @includeIf
  • @includeFirst : Blade @includeFirst
  • @prepend : Blade @prepend
  • @doc : Blade @php /** PHPDoc */

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-directive)
  3. Replace the Laravel-Blade.xml with your current config file from PhpStorm templates folder.
  4. Update this README.md file.
  5. Commit your changes (git commit -m 'Add new blade directive')
  6. Push to the branch (git push origin my-new-directive)
  7. Create new Pull Request

License

The MIT License (MIT). Please see License File for more information.

laravel-blade-phpstorm-live-template's People

Contributors

cbaconnier avatar garhbod avatar javidalpe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.