We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497dee0 commit 4ed57d9Copy full SHA for 4ed57d9
composer.json
@@ -39,7 +39,7 @@
39
"spatie/laravel-medialibrary": "^10.0.0",
40
"spatie/laravel-sluggable": "^3.3",
41
"spatie/laravel-tags": "^4.4",
42
- "lara-zeus/core": "3.x-dev"
+ "lara-zeus/core": "^3.0"
43
},
44
"require-dev": {
45
"pestphp/pest": "^2.0",
src/Configuration.php
@@ -10,7 +10,7 @@ trait Configuration
10
protected string $skyPrefix = 'sky';
11
12
/**
13
- * the middleware you want to apply on all the blogs routes
+ * the middleware you want to apply on all the blog routes
14
* for example if you want to make your blog for users only, add the middleware 'auth'.
15
*/
16
protected array $skyMiddleware = ['web'];
0 commit comments