fjerbi21/gaea21-blog-bundle

Symfony BlogBundle

Maintainers

Package info

gitlab.com/firas.jerbi21/gaea21-blog-bundle

Issues

Type:symfony-bundle

pkg:composer/fjerbi21/gaea21-blog-bundle

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2021-05-24 10:06 UTC

This package is not auto-updated.

Last update: 2026-04-08 06:46:41 UTC


README

### Execute this command in your terminal composer require fjerbi21/gaea21-blog-bundle

Add these lines in your services.yaml

 fjerbi\BlogBundle\Controller\DefaultController:
        calls:
            - method: setContainer
              arguments: [ '@service_container' ]

Add this in your routes.yaml

blog:
  resource: '@BlogBundle/Controller/'
  type: annotation
  prefix: /blog 
  

And finally execute this command

php bin/console doctrine:schema:update --force

##### check your database if the new tables were added successfully

NOTES: if you want to check the routes just execute this command

php bin/console debug:router

What's included ?

  • Responsive design
  • CRUD
  • Search Post
  • Responsive admin dashboard
  • Tags and categories

Coming soon: Updates

  • Image upload
  • Paginations
  • Comments section
  • Crud on categories
  • Full dashboard stastics