Skip to content

Currently it is difficult for School Mangers and Principal to know in real time how many students are attending classes, the Parents’ contact details of each student, or generating reports on school fee payments for each student. These are just some of the many solutions we are providing with our School Management System

License

Notifications You must be signed in to change notification settings

senglathsamy/school-management-system

This branch is 9 commits ahead of, 823 commits behind hrshadhin/school-management-system:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 26, 2018
May 18, 2018
May 2, 2018
May 18, 2018
May 2, 2018
Feb 17, 2017
Jun 8, 2018
Jul 28, 2018
May 2, 2018
Jul 23, 2018
Jun 10, 2018
Mar 26, 2018
Jun 11, 2018
Feb 14, 2016
May 18, 2018
May 2, 2018
Feb 14, 2016
Feb 14, 2016

Repository files navigation

school-management-system(SMS)

Many School Mangers and Principal have been lacking the opportunity to manage their administrative activities using technological advancements such as Mobile Phones, Tablets, Computers and Internet. Currently it is difficult for School Mangers and Principals to know in real time how many students are attending classes, the Parents’ contact details of each student, or generating reports on school fee payments for each student. These are just some of the many solutions we are providing with our School Management System.

📢 New application with php7, laravel 5.6 and new theme is here

Installation and use

SMS is build using Laravel 4.2

$ git clone https://github.com/hrshadhin/school-management-system.git
$ cd school-management-system

Change configuration according your need and create Database

$ composer install
$ php artisan migrate
$ php artisan db:seed
$ php artisan serve

** http://localhost:8000 ** USER: admin PASS: demo123

Demo Live Link

URL: http://school.hrshadhin.me USER: admin PASS: demo123

💁 About SMS Sending

  • If you configure api link here then sms will be send to the number.
  • If you want to send bulk sms from the menu you have to congifure api link also in here. Bulk sms will not send currently it store in queue inside the database so you have process that queue. For that you can set a cron job with below command:
    php artisan queue:listen
    

Contributors

Screenshot

License

SMS is open-sourced software licensed under the AGPL-3.0 license. Frameworks and libraries has it own licensed

About

Currently it is difficult for School Mangers and Principal to know in real time how many students are attending classes, the Parents’ contact details of each student, or generating reports on school fee payments for each student. These are just some of the many solutions we are providing with our School Management System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 59.3%
  • PHP 31.8%
  • CSS 5.0%
  • JavaScript 3.9%