drewroberts / blog

📝 Laravel package for my opinionated style of adding blog posts to Laravel projects
MIT License
2 stars 4 forks source link

Routes #50

Open drewroberts opened 3 years ago

drewroberts commented 3 years ago

I want the default routes to be added to this package with config options for adjusting based on the project. This will require controllers in the package and also view templates for each of the models.

drewroberts commented 3 years ago

I want the web routes for pages to be as follows:

{page}/{child-page}/{grandchild-page}

The web routes for the blog section will need to be customizable with this package. Ideally, I would like them to be:

{topic}/{series}/{post}

We also have to make sure that Location Routes (https://github.com/tipoff/locations/issues/85) and routes from other packages are able to load as well.