new post type
Kazem-ma79 opened this issue · 3 comments
Kazem-ma79 commented
is it possible to make new post type ?
something like services section.
ozdemirburak commented
can you elaborate more on this?
Kazem-ma79 commented
I was trying to add services section.
ozdemirburak commented
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.