https://github.com/perdianto27/iwi-store
https://github.com/perdianto27/iwi-store
bootstrap laravel mysql
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perdianto27/iwi-store
- Owner: perdianto27
- Created: 2023-10-07T03:03:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T15:32:26.000Z (over 2 years ago)
- Last Synced: 2026-05-03T10:47:37.364Z (2 months ago)
- Topics: bootstrap, laravel, mysql
- Language: PHP
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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”