A fully functional quiz application developed on TALL stack and filamentphp3. The development was part of my self-learning to understand web application secure design principles.
I enhanced my knowledge related to overall application security, identification, authentication, authorization, audit and session management best practices and principles.
I explored the importance of input sanitization and validation best practices, and the built-in functionality TALL stack provides to implement these foundational security controls.
An interesting part was encryption of fields, files and sessions with keys that Laravel provides.
This project gave me a deep understanding of what to look for in web applications during design, implementation and maintenance.
git clone <repo>
cd <repo>
cp .env.example .env
composer install (Not composer update)
npm install
npm run build
php artisan migrate
php artisan make:filament-user
php artisan db:seed
php artisan shield:super-admin
php artisan db:seed --class ShieldSeeder
npm run dev #should be kept open if using local dev env
- Edit the admin user and set is_admin to yes on edit form and save -- this will enable switching between user and admin roles for admin from profile menu:
#Create a test user from admin and assign user role #Login as test user and i) Subscribe to the certification under subscription menu and then the subscribed quiz certificaitons will appear in the quiz drop down for selection.
Admin Dashboard
Subscription Page: #This could be bootstraped with some subscription for enabling payment and premium services for members with some additional improvements:
Quiz Selection:
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
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.
The app is open-sourced software licensed under the MIT license.