Student App is an application used to manage student data along with their respective classrooms, and the purpose of creating this system is for learning purposes on Laravel version 9. This application was created using Laravel v9 and requires a minimum of PHP v8.0, so if during the installation or usage process there are errors or bugs, it is possible that it is due to an unsupported PHP version.
- Client : HTML, CSS, Bootstrap 5, Blade Template
- Server : PHP with Laravel
Clone the project
git clone https://github.com/khalilannbiya/student-app.gitOr Download ZIP
Go to the project directory
cd student-appRun the command
composer updateOr
composer installCopy the .env file from .env.example.
cp .env.example .envConfigure the .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=student_app
DB_USERNAME=root
DB_PASSWORD=Opsional
APP_NAME=Student
APP_ENV=local
APP_KEY=base64:308iFheVu+blIs8b8x4Hj1pVzOutSoQNPuiw6pdB6JM=
APP_DEBUG=true
APP_URL=http://student-app.testGenerate key
php artisan key:generateMigrate database
php artisan migrateSeeder table student_classes
php artisan db:seed --class=StudentClassSeederRun serve
php artisan serve- Student Management
- Classroom Management
If you have any feedback, please reach out to us at syeichkhalil@gmail.com