Complete College Management System using PHP MySQL

June 16, 2021
PHP
College Management System

Project: Complete College Management System using PHP and MySQL with Source Code

About Complete College Management System using PHP MySQL Project Free Download

Complete College Management System using PHP MySQL Free Download is School & College Information Management System. School or College can manage student & staff detail with the different helpful module. Front Desk, Student & Staff, Account, Library, Hostel, Attendance, Transport, Assignment, Download, Zoom Meeting, SMS & Email Alert, Online Payment Gateway, User and Role manage with powerful ACL are the Key features of Complete College Management System.

Features of Complete College Management System

  • Academic Setup.
  • Student, Guardian, Staff Management.
  • Account Management.
  • Attendance Management.
  • Certificate Template And Issue.
  • Hostel Management.
  • Library Management.
  • Transport Management
  • Assignment
  • Download Management
  • Alert Management
  • Zoom Meeting Management
  • Website CMS
  • Users Log
  • Front Office Management
  • and Many More!

Requirements

  • Php (version 7.1.0 required)
    • Openssl
    • PDO
    • Mbstring
    • Tokenizer
    • JSON
    • CURL
  • Apache
    • Mod_rewrite

Installation Steps:

1. Unzip EduFirm on your hosted location.
2. Setup Environment with.env Variables.

APP_NAME=EduFirm
APP_ENV=local
APP_DEBUG=false
APP_LOG_LEVEL=debug
APP_URL=http://localhost
  
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=college
DB_USERNAME=root
DB_PASSWORD=
  
BROADCAST_DRIVER=log
CACHE_DRIVER=array
SESSION_DRIVER=file
QUEUE_DRIVER=sync
  
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
  
MAIL_DRIVER=smtp
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=TLS
  
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

3. Set your app URL like http://demo.unlimitededufirm.com
4. Setup Database Detail Using Method 1 or Method 2

Method 1:

  • Goto Database\seeds location
  • Open UsersTableSeeder.php
//Edit these code and set you Name, Email, Password for Super  Admin to login project.
     DB::table('users')->insert([
       'name' => '**Name Here**',
       'email' => '**Email Here**',
       'password' => bcrypt('**Password**'),
       'status' => 1
    ]);
  • Save this Code
  • Create a database on your PHPMyAdmin.
  • Set database detail on Config/database.php
  • Migrate the database using the following command:
php artisan migrate --seed

Method 2:

  • Create a database on your PHPMyAdmin.
  • Set your database detail on Config/database.php
  • Open Database & Import provided the database

Default Login Detail: Email-  superadmin@edufirm.com , Password – admin

5. Create .htaccess on the root with the following code to redirect the public folder.

<IfModule mod_rewrite.c>  
RewriteEngine On  
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

6. Please delete if you found any previous cache on bootstrap/cache/config.php. delete config.php from here.
7.Hit your hosted URL & access College Management System
8.If you log in the first time use your Super Admin ID and Password.
Help: see step no.2 methods 1 or methods 2 for id and password reference.

Screenshots

College Management Dashboard
College Management System Student Detail
College Management System Fee Ledger College Management System Student Profile

DEMO

I hope this College Management System using PHP MySQL will help you with what you are looking for and hope that you will learn something with this project that is useful for your future projects.


Related Projects: Complete College School Management System using Python Django, Complete School Management System using PHP MySQL, Inilabs School Express : Complete School Management System Software, Advanced School Management System with Complete Features, School File Management System using PHP/MySQLi, Online School Attendance Management System in PHP MySQL, Complete Web-Based School Management System using PHP MySQL, Complete Academy Learning Management System with Addons using PHP MySQL

Download Here
Comments
  • include(C:\xampp\htdocs\CollegeManagementSystem\vendor\composer/../../app/User.php): failed to open stream: No such file or directory

    Nilesh Agrawal December 20, 2024 4:04 pm Reply
  • */ define(‘LARAVEL_START’, microtime(true)); /* |————————————————————————– | Register The Auto Loader |————————————————————————– | | Composer provides a convenient, automatically generated class loader for | our application. We just need to utilize it! We’ll simply require it | into the script here so that we don’t have to worry about manual | loading any of our classes later on. It feels great to relax. | */ require __DIR__.’/../vendor/autoload.php’; /* |————————————————————————– | Turn On The Lights |————————————————————————– | | We need to illuminate PHP development, so let us turn on the lights. | This bootstraps the framework and gets it ready for use, then it | will load up this application so that we can run it and send | the responses back to the browser and delight our users. | */ $app = require_once __DIR__.’/../bootstrap/app.php’; /* |————————————————————————– | Run The Application |————————————————————————– | | Once we have the application, we can handle the incoming request | through the kernel, and send the associated response back to | the client’s browser allowing them to enjoy the creative | and wonderful application we have prepared for them. | */ $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); $response = $kernel->handle( $request = Illuminate\Http\Request::capture() ); $response->send(); $kernel->terminate($request, $response); showing this Error and i am new

    sumitre raghu May 27, 2024 7:02 pm Reply
  • i deployed the project in my server with apache2. In local setup it runs faster but in server it is very slow

    Ashraf April 19, 2024 6:54 pm Reply
  • Complete College Management System using PHP MySQL i cant download this help me its giving errors

    Felix miyoba January 12, 2024 7:50 pm Reply
  • Parse error: syntax error, unexpected ‘.’, expecting ‘&’ or variable (T_VARIABLE) in C:\xampp\htdocs\CMS\vendor\symfony\var-dumper\Resources\functions\dump.php on line 18

    how do I resolve this error”

    Kindly help me.

    Ramesha S January 10, 2024 6:43 pm Reply
  • Parse error: syntax error, unexpected ‘.’, expecting ‘&’ or variable (T_VARIABLE) in C:\xampp\htdocs\CMS\vendor\symfony\var-dumper\Resources\functions\dump.php on line 18

    how do I resolve this error”

    Kindly help me.

    Ramesh January 10, 2024 6:42 pm Reply
  • Hey can you contact me i want to buy the project.

    Horo September 10, 2023 9:30 pm Reply
    • Yes I will be glad to have this project. Please send me your contacts again. This is indeed a wonderful project

      Moses Quaye October 24, 2023 7:37 am Reply
  • its not working on live server. please help.

    Sipun Nayak April 23, 2023 7:23 pm Reply
    • Change the php version to 7.3 or 2 i had the same challenge

      Felix miyoba March 13, 2024 3:23 pm Reply
  • sir can you please provide the full tutorial how to run this project sir plz

    abhishek February 17, 2023 1:37 pm Reply
    • no

      Anonymous April 12, 2023 12:48 pm Reply
  • Your projects are useful for me for got new idea for creating best projects
    Thank you so much for your help

    Rebin Rafiq Salih January 14, 2023 11:40 pm Reply
    • Hi rebin
      So plze share your setup code on local hosting

      Sohel patel August 17, 2023 9:25 pm Reply
  • Thanks for sharing this beautiful laravel project,my question is how does a student login to his or her dashboard? Are there permissions that are supposed to be granted by admin for a student to login?

    Hanyinde Abraham September 24, 2022 9:31 pm Reply
  • the public file has not login page i have try localhost/public/ the localhost is showing black request and i haven’t find localhost/public/login page in the file how the login is happening in your account

    weares June 18, 2022 3:49 pm Reply
  • I can’t set the database file. Please I need help. I just need help to open the project. I download the file. Edit UsersTableSeeder.php but can’t config the database

    Shariar May 23, 2022 1:43 pm Reply
  • localhost is currently unable to handle this request.

    Anonymous March 17, 2022 12:05 am Reply
    • same issue

      Anonymous April 27, 2022 6:15 pm Reply
      • for the admin of this website
        the file you are uploaded don’t work can you fix the files issue

        jack September 10, 2022 5:47 am Reply
    • in localhost working perfectly with the below details sir.
      DB_USERNAME=root
      DB_PASSWORD=
      if we add user name and password in the given below.
      DB_USERNAME=xxxxxxx
      DB_PASSWORD=xxxxxxx
      after run in browser login page open but after add login details and submit the page displays blank sir.
      what to do sir. please kindly support me regarding this.
      thank you sir.

      Rajababu October 14, 2022 1:34 am Reply

Leave a Reply

Your email address will not be published. Required fields are marked *