Update Readme File For Generating Key

pull/5/head
Mahe Karim 3 years ago
parent 079e669d71
commit acfb291680

@ -62,7 +62,13 @@ composer install
cp .env.example .env cp .env.example .env
``` ```
4. Start the webserver 4. Generate application key
```shell
php artisan key:generate
```
5. Start the webserver
```shell ```shell
php artisan serve php artisan serve

Loading…
Cancel
Save