Adding a new stream to the Posts module
Created 6 years ago by gonziisHow can I add a new stream to the Posts module? I got the idea that you can publish the addon and it will become just like a normal addon which you create with php artisan make:addon [...]
, but when I publish the posts module with php artisan addon:publish anomaly.module.posts
there is no migrations folder for the streams and so on. I would like to achieve another selectable stream in the Posts module, so when the admin clicks on Posts there is a new sub-category in-between already existing Posts, Categories, Types, Fields.