Best laravel framework open-source packages.

Sman 1 banjar agung

Project thesis for the school donation payment system used by SMA 1 Banjar Agung. The function of this system is to make payments and verify these payments. This project was built using the Laravel framework
Updated 1 year ago

Logo

E Payment SMA Negeri 1 Banjar Agung

View Demo · Report Bug · Request Feature


Logo

Information

This is demo app. All information on this app is invalid information or just experimental data.

To access this site, Please use below account.

Admin

  • Nis: 123456789
  • Password: 12345678

Kepala Sekolah

  • Nis: 12345678
  • Password: 12345678

Wali Kelas

  • Nis: 1234567
  • Password: 12345678

This application is no longer in maintenance. If you have any trouble or want to ask something you can touch here. Thank you ....

Build With

This applications build with:

  • PHP 
  • Laravel 
  • PostgreSQL 

Getting Started

To get a local copy up and running follow these simple example steps

Prerequisites

To run this, you need to install all of them in your machine:

  • PHP
  • Laravel 8^
  • Composer
  • Postgres

Installation

If you already have all the prerequisites you can follow this step:

  1. Clone the repository
git clone https://github.com/yoviealfaguistuta/SMA-Negeri-1-Banjar-Agung.git
  1. Navigate to the root project
cd SMA-Negeri-1-Banjar-Agung
  1. Environment
Rename .env.example into .env
  1. Setup environment variable with your configuration on Makefile
  DB_CONNECTION=pgsql (*Prefer use PostgreeSQL)
  DB_HOST=127.0.0.1
  DB_PORT=5432
  DB_DATABASE=YOUR_DATABASE
  DB_USERNAME=YOUR_DATABASE_USERNAME
  DB_PASSWORD=YOUR_DATABASE_PASSWORD
  1. Installing Package
composer install
  1. Generate Key
php artisan key:generate
  1. Run Migrations and Seeder
php artisan migrate:fresh --seed

Running

You can run this app by doing this:

php artisan serve