drewroberts / blog

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

Tags #6

Open drewroberts opened 4 years ago

drewroberts commented 4 years ago

Tags are used as in WordPress and can be assigned to Posts (#5) in a Many to Many relationship.

drewroberts commented 4 years ago

Tags should all be hashtags. They should be forced to have the # sign at the beginning.

drewroberts commented 4 years ago

The main migration for this issue has been moved to different Laravel package, which will be required in this blog package:

The pivot table for the Many to Many relationship of Tags & Posts will still live in this blog package.

drewroberts commented 4 years ago

Would also like to use this style for Nova:

https://github.com/spatie/nova-tags-field