ozdemirburak/laravel-9-simple-cms

new post type

Kazem-ma79 opened this issue · 3 comments

is it possible to make new post type ?
something like services section.

can you elaborate more on this?

I was trying to add services section.

What will that services section do? Is it a resource? Or will it function differently? If it is a resource, run the command below.

$ php artisan cms:resource services --migrate

On the other hand, if it will function differently, and it will have a logic, create a file in a folder you wish. For instance, if you are going to create some service that will interact with other services like Alexa, you can create a file in the https://github.com/ozdemirburak/laravel-7-simple-cms/tree/master/app/Base/Services folder.