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