Update Installer.php
This commit is contained in:
parent
e2114e8c8e
commit
0278fb3508
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@ class Installer extends Component
|
|||
'password_confirmation' => 'required|min:8',
|
||||
]);
|
||||
|
||||
Artisan::call('migrate:fresh --seed');
|
||||
Artisan::call('storage:link');
|
||||
|
||||
$createUser = new User();
|
||||
$createUser->name = $this->name;
|
||||
$createUser->email = $this->email;
|
||||
|
|
Loading…
Add table
Reference in a new issue