Skip to content

danisec/ereport-erenos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

542 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About E-Report Erenos

E-Report Erenos is a web application built using the Laravel 9 framework. This application provides features for managing student data, teachers, subjects, attendance, grades, and final student report results.

Installation

To install and set up E-Report Erenos Laravel 9, follow the steps below:

Prerequisites

  • PHP 8.0 or higher
  • Node.js 16.xx or higher
  • NPM
  • Composer
  • MySQL
  • Web server (e.g., Apache or Nginx)

Step 1: Clone the repository

Clone the E-Report Erenos repository from GitHub by running the following command:

https://github.com/danisec/ereport-erenos.git

Step 2: Install dependencies

Navigate to the project directory and install the required dependencies:

Using Composer

composer install

Using NPM

npm install

Step 3: Configure the environment

Rename the .env.example file to .env and update the necessary configuration settings such as the database connection details.

cp .env.example .env

Step 4: Generate application key

Generate a new application key using the following command:

php artisan key:generate

Step 5: Run database migrations

Run the database migrations to create the required tables:

php artisan migrate --path="database/migrations"
php artisan migrate --path="database/migrations/*"

Step 6: Run database seed user

Run the database seed user:

php artisan db:seed --class=UserSeeder
php artisan db:seed --class=SettingSeeder

Step 7: Start the development server

You can start the development server using the following command:

php artisan serve
npm run dev

The application should now be running on http://localhost:8000 or http://127.0.0.1:8000. You can access this URL in your web browser to start using E-Report Erenos.

Login Dashboard

Role Superadmin

username: superadmin
password: superadmin12345

Role Guru

username: guru
password: guru12345

Bugs and Issues

Have a bug or an issue with this E-Report Erenos? Open a new issue here on Github.

About

Website e-report erenos school using Laravel 9

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors