Merge pull request #5 from MaheKarim/update-documentation

Update Readme File For Generating Key
pull/6/head
Hasin Hayder 3 years ago committed by GitHub
commit a1fd21c410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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