Skip to content

Instantly share code, notes, and snippets.

@acacha
Created November 14, 2017 15:39
Show Gist options
  • Save acacha/93d676daf953a589a704ed1827138083 to your computer and use it in GitHub Desktop.
Save acacha/93d676daf953a589a704ed1827138083 to your computer and use it in GitHub Desktop.
PHPSTORM Laravel Blade Adminlte template
@extends('adminlte::layouts.app')
@section('htmlheader_title')
#[[$HEADER_TITLE$]]#
@endsection
@section('main-content')
#[[$CONTENT$]]#
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment