From 8f43dafda6d9960ea5cc090f110d713d0b641830 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sun, 3 Nov 2019 13:32:35 +0800 Subject: [PATCH 1/2] Update README.md Update installation instruction. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da99800..f5bad56 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,11 @@ This application can be installed on local server and online server with these s 6. Create new MySQL database for this application 7. Set database credentials on `.env` file 8. `$ php artisan migrate` -9. `$ php artisan serve` -10. Visit `http://localhost:8000/app-install` via web browser -11. Fill out the forms -12. Done, you are logged in as Administrator. +9. `$ php artisan storage:link` +10. `$ php artisan serve` +11. Visit `http://localhost:8000/app-install` via web browser +12. Fill out the forms +13. Done, you are logged in as Administrator. ![Install Free PMO](public/screenshots/pmo-install-free-pmo.jpg) From 4a9e5396423378f08e474f5ad4d36edef97999bb Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sun, 3 Nov 2019 13:37:35 +0800 Subject: [PATCH 2/2] Update README.id.md Update installation instruction. --- README.id.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.id.md b/README.id.md index 00ebf73..1ff4c23 100644 --- a/README.id.md +++ b/README.id.md @@ -55,10 +55,11 @@ Aplikasi ini dapat dipasang dalam server lokal (PC/Laptop) dan server online, de 6. Buat database pada MySQL untuk aplikasi ini 7. Setting database pada file `.env` 8. `$ php artisan migrate` -9. `$ php artisan serve` -10. Kunjungi web : `http://localhost:8000/app-install` -11. Isi formulir installasi. -12. Selesai, Anda akan login sebagai admin. +9. `$ php artisan storage:link` +10. `$ php artisan serve` +11. Kunjungi web : `http://localhost:8000/app-install` +12. Isi formulir installasi. +13. Selesai, Anda akan login sebagai admin. ![Install Free PMO](public/screenshots/pmo-install-free-pmo.jpg)