
Steps to install XAMPP software on local machine
Go to link https://www.apachefriends.org/download.html
Download any version for windows
Install it
click on start and then open Xampp control panel
this will open xampp control panel window
click on start Apache
click on start MYSQL
AdminLTE Admin theme can be download from the below URL :-
https://github.com/ColorlibHQ/AdminLTE/releases
Extract the school_management.zip folder inside c:/xampp/htdocs/
Open Xampp control panel , click on start Apache and Mysql
create database school_db
import school_db.sql file in school_db databsase. (located in zip file)
open your browser and type
http://localhost/school_management
This course will teach how one can integrate Admin LTE Admin theme in core PHP application, by grasping this course one can integrate any Admin Panel HTML theme in your core PHP application. In this course one can learn how to do coding by implementing OOPS concept. One can learn what is a Singleton class and where it is used. Proper validations in the forms have been applied. All CRUD operations are being implemented by AJAX calls using jQuery. This course consist of Student Module, Teacher Module, Class Module, Section Module, Subject Module, Sign In Module, Dashboard Module and Sign out Module. This course will help you a lot in your programming skills, with this course you will have knowledge of CRUD, Validations, OOPS, Admin Theme integrations, Helper functions, Singleton Class, global variables, Static functions, folder structure, constants, AJAX calls, DataTables, File Uploads. I have almost covered many PHP topics in this application. Every module has a separate structure for them. I have implemented a kind of MVC, in one file loading all views content, layout is same but interface changes on the basis of every module changes in URL. I hope the one who will take this course will learn a lot of things and will enjoy the coding.