Skip to content
/ Blog Public

πŸ“ CRUD model rixafy/blog ported to @nette framework.

License

Notifications You must be signed in to change notification settings

Archette/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Blog

πŸ“ CRUD model rixafy/blog ported to Nette Framework.

Installation

composer require archette/blog

Add extension to your neon configuration

extensions:
    archette.blog: Archette\Blog\BlogExtension

Then you will have injected all services in DI, advanced blog configuration will be released soon (posts per page configuration, etc)

It's recommended to use only Rixafy\Blog\BlogFacade in DI, but if you have import scripts or something like that, you want to create new blog instances through \Rixafy\Blog\BlogFactory, so you will have it in one transaction

Important

Extension requires implementation of Doctrine ORM in Nette Framework - https://github.com/nettrine/orm.

About

πŸ“ CRUD model rixafy/blog ported to @nette framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages