This Laravel project, developed by Developer Cupu, serves as a Student Information Management System (SIMAK). It provides features such as a dashboard, data management, and data editing.
-
Unfixed Bug - Export PDF:
- There is an unresolved issue related to exporting data to PDF. Please investigate and fix this bug.
-
Unfixed Bug - Import Excel:
- There is a bug in the Excel import functionality that needs attention. Make sure to address this issue.
-
In the root folder, locate the
.env
file and update the following values:APP_NAME=
APP_URL=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
-
Open the terminal or command prompt and execute the following commands:
composer update php artisan migrate php artisan db:seed
The project follows a standard Laravel structure. Key directories include:
- app: Contains the core application logic.
- database/migrations: Holds database migration files.
- database/seeders: Contains seeders for populating the database with initial data.
Credit goes to Developer Cupu for the development of this Laravel project.
Despite the current functionality, there are still many bugs and features that need implementation. Please refer to the project issues for more details.