Skip to content

Commit a233fd4

Browse files
committed
Update readme
1 parent 12516d7 commit a233fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
An admin panel for managing users, roles, permissions & crud.
33

44
### Requirements
5-
Laravel >=6.0
5+
Laravel >=5.5
66
PHP >= 7.0
77

88
## Features

src/LaravelAdminCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function handle()
5757
$this->call('vendor:publish', ['--provider' => 'Spatie\Activitylog\ActivitylogServiceProvider', '--tag' => 'migrations']);
5858

5959
$this->info("Dumping the composer autoload");
60-
(new Process('composer dump-autoload'))->run();
60+
(new Process(['composer dump-autoload']))->run();
6161

6262
$this->info("Migrating the database tables into your application");
6363
$this->call('migrate');

0 commit comments

Comments
 (0)