CV Maker is a Laravel-based web application for authenticated CV creation and management. Built with Laravel Breeze for secure access, with a frontend interface for role and permission management (backend integration can be added in the future).
- Secure CV submission, editing, viewing, and downloading (accessible via authenticated Breeze users)
- Spatie Role & Permission interface (frontend ready; backend integration required)
- Fully responsive design using Tailwind CSS and Bootstrap
- File and image management handled via Laravel storage
Form view for creating the CV.
Allows users to fill personal info, education, experience, skills, references, and upload a profile image.
List of submitted CVs with options to view, edit, and delete.
Provides an overview of all CV submissions for authenticated users.
Frontend view of the Users management section.
Frontend view of the Roles management section.
All features are available to authenticated users; role and permission management is frontend-ready, with backend integration to be implemented.