A digital platform to announce student graduation in a modern, interactive and efficient way, replacing conventional methods (blackboard announcements or manual announcements).
This project is used by the following companies:
Clone this repository
git clone https://github.com/aalwf/kelulusan-appGo to the project directory
cd kelulusan-appInstall dependencies
composer update --ignore-platform-req=ext-gdGenerate key
php artisan key:generateSet database
- rename the
.env.examplefile to.env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=kelulusan_app
DB_USERNAME=root
DB_PASSWORD=Database migrate with seeding
php artisan migrate --seedStart the server
php artisan serve