Skip to content

Commit 2f9e7bd

Browse files
MatthewSHDaneEveritt
authored andcommitted
Adding Laravel Blade Directives Package. (pterodactyl#695)
1 parent 75c905a commit 2f9e7bd

File tree

4 files changed

+57
-2
lines changed

4 files changed

+57
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DB_DATABASE=homestead
1313
DB_USERNAME=homestead
1414
DB_PASSWORD=secret
1515

16-
CACHE_DRIVER=file
16+
CACHE_DRIVER=redis
1717
SESSION_DRIVER=database
1818

1919
HASHIDS_SALT=

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"ext-mbstring": "*",
1616
"ext-pdo_mysql": "*",
1717
"ext-zip": "*",
18+
"appstract/laravel-blade-directives": "^0.6.0",
1819
"aws/aws-sdk-php": "^3.29",
1920
"daneeveritt/login-notifications": "^1.0",
2021
"doctrine/dbal": "^2.5",

composer.lock

Lines changed: 54 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
Lord\Laroute\LarouteServiceProvider::class,
182182
Spatie\Fractal\FractalServiceProvider::class,
183183
Sofa\Eloquence\ServiceProvider::class,
184+
Appstract\BladeDirectives\BladeDirectivesServiceProvider::class,
184185
],
185186

186187
/*

0 commit comments

Comments
 (0)