Forget to add php artisan passport install

pull/2/head
unknown 4 years ago
parent ca0fa601e2
commit 8288aacd5e

@ -21,8 +21,18 @@ readme file
1. run: ```npm run dev``` 1. run: ```npm run dev```
1. run php artisan migrate or Goto: Host Meshkee.local Section 1. run php artisan migrate or Goto: Host Meshkee.local Section
1. run ```php artisan key:generate``` 1. run ```php artisan key:generate```
1. run ```php artisan passport:install```
1. before login you need to set username and password for this Meshkee.local business by
UPDATE `willamall`.`users` SET `cell_number` = 'YOURNUMBER' WHERE `id` = 1
and then set password by
$2y$12$LkcKcCbpA92ZK1LJXAa7luwS052i0wl2VrS299PWe9JDpe.5b09Ta
password is : password
## MySql Section: ## MySql Section:

Loading…
Cancel
Save