Coder Social home page Coder Social logo

school-management-system's Introduction

School Management System with Laravel 5.6

School Management System with laravel 5.6 The project is incomplete, however is usable to modify it.

Installation

git clone the project
cd /your-project
composer install
cp .env.example .env // Make a copy of the env file and save as .env
php artisan key:generate

Create a mysql database using phpmyadmin or anyother client and configure those details in your env file

DB_DATABASE=DATABSE_NAME_YOUR_CREATED
DB_USERNAME=YOUR_DATABASE_USERNAME
DB_PASSWORD=YOUR_DATABASE_PASSWORD

Database Migration and Seeding fake data

php artisan migrate --seed  // Migrate and Seed the database (ALl in-one command)

or You can individually seed with

php artisan db:seed  

Please note: DatabaseSeeder.php includes AdminsTableSeeder and 'UsersTableSeeder'. The AdminsTableSeeder includes BooksSeeder as well. You can change the respective values to generate fake data as you wish.

setup your vhost files or php artisan serve.

You can go to the admin dashboard by /admin on the domain, use the email and password from database.

The user credentails can taken from your database and the password is password mentioned in seeds/UsersTableSeeder

Features

  • Employee Management ( Payroll management and calculation)
  • Library Management (Book managing with returning dates)
  • Student Information Management
  • Achievements/Events/Embedded Google Calendar management
  • Pdf generating
  • Reminder Emails
  • Execel and CSV importing for tables
  • Barcode attendance system

school-management-system's People

Contributors

dependabot[bot] avatar tiththa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

school-management-system's Issues

Cannot login

Why i cannot login using email and password fake in database? It go to login page every time i enter the email and password from db

Parametres du login

Bonjour s'il vous plait pouvez vous m 'aidez pour le login je ne retrouve pas les paramètres de connexion pour accéder au dashboard.Merci

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.