WPBones icon indicating copy to clipboard operation
WPBones copied to clipboard

WordPress framework for Laravel developers

Results 15 WPBones issues
Sort by recently updated
recently updated
newest added

I want to check for **Woocommerce** while activating my plugin. How can I put this check in activation hook? I tried to tweak the `activation.php` file but it does not...

when we change namespace by php bones rename command the sidebar menu disappears once we undo the renaming (i.e. default namespace ) the menu appears again. Steps to reproduce the...

How to add message to redirects heres my sample code ```php if($_POST!=null){ $p = $_POST; $type = new Roomtype(); $type->name = $p['name']; $type->price = $p['price']; $type->maxpax = $p['maxpax']; $type->children =...

The down() method was not working in migrations. PS: It's better to remove up() from Migration class constructor and use direct method call on activation.

Hi I'm digging your plugin so far! Now we want to show some custom forms on the front end. Is there a way to set form action to controller routes...

**Is your feature request related to a problem? Please describe.** would be great to improve the QueryBuilder in order to provide a generic query method to execute any query **Describe...

feature request

Hi , I would like to know if i would be able to use the Laravel validation like[ here](https://laravel.com/docs/5.6/validation#quick-writing-the-validation-logic). It would be great if you could point me in the...

feature request

Currently, if you set an option default value to `null` in your `config/option.php` file, every time you activate the plugin the value of that option is deleted, whatever the current...

@balazsnasz > For now, migrations/seeders are not tracked properly if they have ran or not. Especially, if we call new migrations/seeders in the upgrader_post_install, we must know somehow which ones...

enhancement
feature request