https://github.com/obyedullahilmamun/cv-maker
CV Maker - Laravel (PHP) based web application for authenticated CV creation, management, and download.
https://github.com/obyedullahilmamun/cv-maker
authentication breeze laravel php
Last synced: about 1 month ago
JSON representation
CV Maker - Laravel (PHP) based web application for authenticated CV creation, management, and download.
- Host: GitHub
- URL: https://github.com/obyedullahilmamun/cv-maker
- Owner: Obyedullahilmamun
- Created: 2025-10-19T20:14:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-20T10:44:39.000Z (8 months ago)
- Last Synced: 2026-05-17T02:05:08.404Z (about 1 month ago)
- Topics: authentication, breeze, laravel, php
- Language: Blade
- Homepage:
- Size: 2.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV Maker
**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).
---
## Features
```
- 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
```
---
## Screenshots
### 📝 CV Form
Form view for creating the CV.
Allows users to fill personal info, education, experience, skills, references, and upload a profile image.

---
### 📋 CV Index
List of submitted CVs with options to view, edit, and delete.
Provides an overview of all CV submissions for authenticated users.

---
### 👥 Spatie Management - Users
Frontend view of the Users management section.

---
### 🛡️ Spatie Management - Roles
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.*