A modern, full-featured blog platform demo for personal portfolio purposes.
Author: Arian Karimi
BlogVerse is a beautifully designed, modern blog platform built with Laravel. It showcases advanced UI/UX, dark mode, glassmorphism, and a professional feature set. This project was created as a demonstration for my personal portfolio.
- Modern dark theme with glassmorphism and gradients
- Home page with hero, stats, featured and latest posts
- Blog post listing and detailed post view
- User authentication (register, login, password reset, email verification)
- Commenting system
- Categories and tags
- Responsive design
- Animated UI elements
- Realistic demo content and images
- Laravel (PHP)
- Tailwind CSS
- Blade templates
- MySQL
- JavaScript (for interactivity)
- Clone the repo:
git clone https://github.com/Retro-Zero/laravel-blog-platform.git cd laravel-blog-platform
- Install dependencies:
composer install npm install
- Copy and edit your environment file:
cp .env.example .env # Set your DB credentials and other settings
- Generate app key:
php artisan key:generate
- Run migrations and seeders:
php artisan migrate --seed
- Build assets:
npm run build
- Serve the app:
php artisan serve
This project is for demonstration and portfolio purposes only. Not intended for production use.