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=EduFirmAPP_ENV=localAPP_DEBUG=falseAPP_LOG_LEVEL=debugAPP_URL=http://localhost DB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_DATABASE=collegeDB_USERNAME=rootDB_PASSWORD= BROADCAST_DRIVER=logCACHE_DRIVER=arraySESSION_DRIVER=fileQUEUE_DRIVER=sync REDIS_HOST=127.0.0.1REDIS_PASSWORD=nullREDIS_PORT=6379 MAIL_DRIVER=smtpMAIL_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- [email protected] , 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
Download And use only for Testing purpose