drewroberts / blog

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

Location-based Pages #54

Closed drewroberts closed 3 years ago

drewroberts commented 3 years ago

There should be a location_based boolean field on pages (#15) that defaults to false. It will be utilized in the tipoff/locations package and not be utilized at all if the application does not have that package installed.

If the boolean is true, then the tipoff/locations package will handle the Layout change for the page at that slug and will add the slug to the correct Markets & Locations routing structure.

drewroberts commented 3 years ago

I am closing this as we're handling this routing differently now.