ThinkDev Studios
ThinkDev Studios
**Describe the bug** I created 3 post type mainly, subjects, documents and steps and tried connecting via bidirectional relationship but when i try to create a post object let say...
Hi! I would like to query shop_customers table that has the following shop ids and includes customers data on the query. Shop Customer Model ``` class ShopCustomer extends Model implements...
Hi! Is this already compatible with Laravel 8? or are there any plans to upgrade this to work with Laravel 8?
Hi! Is there a way to create a column if its not available on the table?
Hi! I am just wondering why we can't use the Laravel package directly with Themosis since we are using most of the Laravel Illuminate packages. Using the complete laravel package...
- Themosis Version: 2.0.2 - WordPress Version: 5.4.2 - PHP Version: 7.4.7 ### Description After submitting a form I would like to return a response using the redirect()->back() function using...
Hi! Just wondering if there is support to put in configuration files, controller and models inside the themes folder so other users can extend my app without touching the core...
Hi! I am having problems trying integrate this with a theme. I am using a themosis framework. themosis_path('app') -> returns the theme directory. add_action('acf/register_fields', 'my_register_fields'); function my_register_fields() { include_once( themosis_path('app').'addons/acf/acf-date_time_picker/acf-date_time_picker.php');...