Skip to content

Commit

Permalink
Merge branch 'lazy-load' of https://github.com/BKWLD/laravel-pug
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jan 31, 2018
2 parents 3dc5db5 + 4babebf commit 337e3e5
Showing 1 changed file with 9 additions and 33 deletions.
42 changes: 9 additions & 33 deletions config/config.php
Original file line number Diff line number Diff line change
@@ -1,37 +1,13 @@
<?php return [

/**
* Pug options for Laravel >= 5
* Passthrough php-pug config options
* https://github.com/pug-php/pug/blob/master/src/Jade/Jade.php
*/
/**
* Pug options for Laravel >= 5.
* Passthrough php-pug config options.
*
* @see https://www.phug-lang.com/#options
*/

// Required for extending layouts
'basedir' => resource_path('views'),

//'allowMixedIndent' => true,
//'allowMixinOverride' => true,
//'cache' => null,
//'classAttribute' => null,
//'customKeywords' => [],
//'expressionLanguage' => 'auto',
//'extension' => ['.pug', '.jade'],
//'filterAutoLoad' => true,
//'indentChar' => ' ',
//'indentSize' => 2,
//'jsLanguage' => [],
//'keepBaseName' => false,
//'keepNullAttributes' => false,
//'nodePath' => null,
//'phpSingleLine' => false,
//'php5compatibility' => false,
//'postRender' => null,
//'preRender' => null,
//'prettyprint' => false,
//'pugjs' => false,
//'restrictedScope' => false,
//'singleQuote' => false,
//'stream' => null,
//'upToDateCheck' => true,
//'localsJsonFile' => false,
// Required for extending layouts
'basedir' => resource_path('views'),
'debug' => env('APP_DEBUG', false),
];

0 comments on commit 337e3e5

Please sign in to comment.