- PHP ≥ 7.2
- Composer
- MySQL
# 1. Clone the project
git clone https://github.com/ukamal/Laravel-6-Blog
# 2. Move into the project
cd Laravel-6-Blog
# 3. Install dependencies
composer install
# 4. Copy and configure environment
cp .env.example .env
php artisan key:generate
# 5. Setup database
# Edit .env with DB credentials, then:
php artisan migrate
# 6. Start the server
php artisan serveThis is a basic Laravel-powered blog platform built for writers, developers, or small businesses.
- ✍️ Create Posts – Login as admin and publish blog articles.
- 📂 Categories – Organize content into categories or tags.
- 🔍 Search & Read – Visitors can browse and read articles.
- 🧑💼 Admin Panel – Manage content via a simple dashboard.
- 🌐 Use Case – Perfect for personal blogs, news, tech journals, or portfolio articles.
✅ Use this project to quickly launch your blog with full content control.
