There was an error while loading. Please reload this page.
1 parent a41c3ed commit 12516d7Copy full SHA for 12516d7
composer.json
@@ -17,9 +17,9 @@
17
],
18
"require": {
19
"php": "^7.1",
20
- "illuminate/support": "^6.0",
+ "illuminate/support": "^5.5|^6.0|^7.0",
21
"appzcoder/crud-generator": "^3.0",
22
- "laravelcollective/html": "^6.0",
+ "laravelcollective/html": "^5.5|^6.0|^7.0",
23
"spatie/laravel-activitylog": "^3.2"
24
},
25
"autoload": {
src/LaravelAdminCommand.php
@@ -46,7 +46,7 @@ public function handle()
46
exit();
47
}
48
49
- if (\App::VERSION() >= '5.2') {
+ if (\App::VERSION() >= '5.2' && \App::VERSION() < '6.0') {
50
$this->info("Generating the authentication scaffolding");
51
$this->call('make:auth');
52
0 commit comments