-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dawid Olko edited this page Feb 15, 2026
·
2 revisions
A technology news and blog platform built with Laravel framework, featuring article management, user commenting, categories, and content publishing system. This full-stack application provides a complete blogging solution for tech enthusiasts with rich text editing, SEO optimization, and social sharing capabilities.
- π° Article Management - Create and publish tech articles
- π¬ Comment System - User engagement and discussions
- π·οΈ Categories & Tags - Organized content classification
- π€ User Profiles - Author pages and contributions
- π Search Functionality - Find articles quickly
- π Analytics Dashboard - Track views and engagement
- π± Responsive Design - Mobile-optimized reading
- π Admin Panel - Content moderation and management
- Laravel - PHP framework
- MySQL - Database management
- Blade - Templating engine
- JavaScript - Frontend interactivity
- CSS3 - Styling and layout
- Bootstrap - UI components
- Rich Text Editor - Content creation
TechByte-Project-Laravel/
βββ app/
β βββ Http/
β βββ Models/
β βββ Services/
βββ resources/
β βββ views/
β βββ js/
β βββ css/
βββ database/
βββ routes/
βββ README.md
# Clone repository
git clone https://github.com/dawidolko/TechByte-Project-Laravel.git
# Navigate to project
cd TechByte-Project-Laravel
# Install dependencies
composer install
# Copy environment file
cp .env.example .env
# Generate application key
php artisan key:generate
# Run migrations
php artisan migrate
# Seed database
php artisan db:seed
# Start development server
php artisan serveDawid Olko
- GitHub: https://github.com/dawidolko
This project is licensed under the MIT License - see the LICENSE file for details.