Table of Contents
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
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
include(C:\xampp\htdocs\CollegeManagementSystem\vendor\composer/../../app/User.php): failed to open stream: No such file or directory
*/ 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
i deployed the project in my server with apache2. In local setup it runs faster but in server it is very slow
Complete College Management System using PHP MySQL i cant download this help me its giving errors
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.
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.
Hey can you contact me i want to buy the project.
Yes I will be glad to have this project. Please send me your contacts again. This is indeed a wonderful project
its not working on live server. please help.
Change the php version to 7.3 or 2 i had the same challenge
sir can you please provide the full tutorial how to run this project sir plz
no
Your projects are useful for me for got new idea for creating best projects
Thank you so much for your help
Hi rebin
So plze share your setup code on local hosting
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?
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
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
localhost is currently unable to handle this request.
same issue
for the admin of this website
the file you are uploaded don’t work can you fix the files issue
THE PROJECT IS WORKING PERFECTLY,I TRIED IT MYSELF
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.