Complete College Management System Using PHP MySQL | CampCodes

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
  • its not working on live server. please help.

    Sipun Nayak April 23, 2023 7: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
  • 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 *