• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Source Code website system Information (1 Viewer)

Currently reading:
 Source Code website system Information (1 Viewer)

Recently searched:

daydayon

Member
LV
0
Joined
Sep 26, 2023
Threads
2
Likes
0
Credits
190©
Cash
0$
  • Autentikasi Admin
  • User & CRUD
  • Jadwal & CRUD
  • Kelas & CRUD
  • Mata Pelajaran & CRUD
  • Guru & CRUD
  • Siswa & CRUD
  • Rapot
  • Dan lain-lain
Admin Default Account


  1. Clone Repository
git clone https://github.com/adhiariyadi/Sistem-Informasi-Akademik-Sekolah-Laravel.git
cd Sistem-Informasi-Akademik-Sekolah-Laravel
composer install
cp .env.example .env

  1. Buka .env lalu ubah baris berikut sesuai dengan databasemu yang ingin dipakai
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

  1. Instalasi website
php artisan key:generate
php artisan migrate --seed

  1. Jalankan website
php artisan serve
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Users who are viewing this thread

Top Bottom