Skip to content

kevidn/DisplayInformasi

Repository files navigation

Display Informasi Sekolah

DisplayInformasi merupakan media yang digunakan untuk memajang berita, agenda, poster, dan beberapa informasi lainnya terkait sekolah. Aplikasi ini dibuat menggunakan Laravel 11 dan memiliki fitur yang memungkinkan tema untuk diubah menjadi biru dan hijau.

Clone the Repository

git clone https://github.com/kevidn/DisplayInformasi.git
cd DisplayInformasi

Install Composer & NPM (Dependencies)

composer install
npm run build

Create .env File

cp .env.example .env

Generate Application Key

php artisan key:generate

Run the Storage Link

php artisan storage:link

Configure Database (optional)

Update the .env file with your database credentials.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_database_username
DB_PASSWORD=your_database_password

Run Migrations

php artisan migrate

Run Seeder

php artisan db:seed

Run the Application

php artisan serve
npm run dev

Now, you can access DisplayInformasi application by visiting http://localhost:8000 in your web browser.

About

DisplayInformasi merupakan media yang digunakan untuk memajang berita, agenda, poster, dan beberapa informasi lainnya terkait sekolah. Aplikasi ini dibuat menggunakan Laravel 11 dan memiliki fitur yang memungkinkan tema untuk diubah menjadi biru dan hijau.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors