Skip to content

Commit

Permalink
Active from laravel first draft
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisdaras committed Feb 19, 2018
1 parent 7738f69 commit d50940f
Show file tree
Hide file tree
Showing 8 changed files with 24,368 additions and 25,215 deletions.
Empty file modified bootstrap/cache/.gitignore
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"laravel/tinker": "~1.0",
"mcamara/laravel-localization": "^1.3",
"rcrowe/twigbridge": "^0.9.5",
"spatie/laravel-translatable": "^2.1"
"spatie/laravel-translatable": "^2.1",
"watson/active": "^2.0"
},
"require-dev": {
"filp/whoops": "~2.0",
Expand Down
64 changes: 63 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@
App\Providers\RouteServiceProvider::class,
TwigBridge\ServiceProvider::class,
Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider::class,
Watson\Active\ActiveServiceProvider::class,



],

Expand Down
4 changes: 4 additions & 0 deletions config/twigbridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
'head',
'last',
'mix',
'active'=>[
'is_safe'=>['true']],
'is_active'=>[
'is_safe'=>['true']]
],

/*
Expand Down
Loading

0 comments on commit d50940f

Please sign in to comment.