@@ -1,59 +1,133 @@
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting. #Images: The Teacher Panel:
Te Student Panel :
Laravel is accessible, powerful, and provides tools required for large, robust applications.
The Online Exam Management System is a robust web-based platform designed to simplify the assessment process for educational institutions and organizations. Built with Laravel, this application provides a secure environment for creating, managing, and conducting online examinations.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application. It bridges the gap between examiners and students by offering a seamless interface for taking quizzes, automating grading, and generating real-time results. Whether you are a coaching center, university, or corporate trainer, this portal scales to meet your testing needs.
If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
- Dashboard: Comprehensive overview of total students, exams, and questions.
- Category Management: Organize exams by subjects or topics (e.g., Physics, Aptitude, Coding).
- Exam Management: Create timed exams with specific start/end dates and marking schemes.
- Question Bank: Add, edit, and delete Multiple Choice Questions (MCQs) with support for images.
- Student Management: View registered students and manage their access.
- Result Analytics: View detailed scorecards and export results.
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.
- User Authentication: Secure login and registration system.
- Exam Portal: Real-time exam interface with a countdown timer and question palette.
- Instant Results: Immediate score generation after submission (configurable).
- History: View past exam attempts and performance analysis.
- Profile Management: Update personal details and password.
- Backend: Laravel (PHP Framework)
- Frontend: Blade Templates, Bootstrap 5 / Tailwind CSS, JavaScript
- Database: MySQL
- Development Environment: Composer, XAMPP/Laragon
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
| Admin Dashboard | Exam Interface |
|---|---|
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.
Follow these steps to set up the project locally.
The Laravel framework is open-sourced software licensed under the MIT license.
- PHP >= 8.1
- Composer
- MySQL
-
Clone the repository
git clone [https://github.com/krishna892289/laravel-exam-portal.git](https://github.com/krishna892289/laravel-exam-portal.git) cd laravel-exam-portal -
Install Dependencies
composer install npm install && npm run dev -
Environment Configuration Duplicate the example environment file and configure your database credentials.
cp .env.example .env
Open
.envand updateDB_DATABASE,DB_USERNAME, andDB_PASSWORD. -
Generate App Key
php artisan key:generate
-
Run Migrations & Seeders Set up the database tables and default data (like Admin user).
php artisan migrate --seed
-
Start the Server
php artisan serve
Visit
http://127.0.0.1:8000in your browser.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Krishna - GitHub Profile
Project Link: https://github.com/krishna892289/laravel-exam-portal