An open API service indexing awesome lists of open source software.

https://github.com/perdianto27/iwi-store


https://github.com/perdianto27/iwi-store

bootstrap laravel mysql

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          



# Tech :
- PHP 7
- Laravel 7
- Mysql

# Cara Menjalankan
- Clone project atau download
- copy dan rename file .env.example menjadi .env
- Jalankan perintah :

“composer install”

- Import dan Setting database
- jika muncul error seperti ini,

"No application encryption key has been specified."

Berarti key laravel anda salah untuk, memperbaikinya tinggal di
"php artisan key:generate"
- Silahkan jalankan projectnya

"php artisan serve"

Note:
Jika terjadi error lain, jalankan perintah ini

“composer dumpautoload”

“composer update –no-scripts”