Astrotomic / stancy

This package aims to provide the most common and flexible CMS features to your Laravel project.
https://docs.astrotomic.info/stancy
MIT License
36 stars 5 forks source link

Add PageFactory facade #7

Closed Gummibeer closed 4 years ago

Gummibeer commented 4 years ago

Add a facade to access the \Astrotomic\Stancy\Factories\PageFactory via \Astrotomic\Stancy\Contracts\PageFactory service bindung. The Facade should have all relevant methods as doc-tag for IDE support. The naming of the facade should be PageFactory without any suffix.

Djuki commented 4 years ago

@Gummibeer I think I can take care of this.

Gummibeer commented 4 years ago

@Djuki feel free and go for it :)