Removing the requirement for blog post categories #190
-
Ideally wanting to have posts on the bare /blog/{post-slug} route... Removing the required field from the create form in Filament, along with updating the route for accessing blog posts? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yep, this will be more or less it! The routes are powered by Filio and Volt, so you would need to adjust that rather than the one in web.php: |
Beta Was this translation helpful? Give feedback.
-
Thanks! For reference, I updated the folder structure, then updated the
|
Beta Was this translation helpful? Give feedback.
Yep, this will be more or less it! The routes are powered by Filio and Volt, so you would need to adjust that rather than the one in web.php:
https://github.com/thedevdojo/wave/blob/main/resources/themes/anchor/pages/blog/%5B.Wave.Category-slug%5D/%5B.Wave.Post-slug%5D.blade.php