This is a blog platform built with Symfony, featuring categories, subcategories, and tags for organizing posts efficiently. Users can browse posts by category, explore subcategories, and filter content using tags.
- Categories and subcategories for structured content
- Tags for easy filtering of posts
- User-friendly interface
- SEO-friendly URLs
- Clone the repository:
git clone https://github.com/200habib/Blog.git
- Navigate to the project directory:
cd blog-platform
- Install dependencies using Composer:
composer install
- Set up the environment variables:
cp .env.example .env
- Generate the database schema:
php bin/console doctrine:migrations:migrate
- Start the Symfony server:
symfony server:start
- Navigate to the homepage to explore blog posts.
- Browse posts by categories and subcategories.
- Use tags to filter content and find relevant posts.
- Symfony
- PHP
- Doctrine ORM
- Twig