VREEdom

Results 7 comments of VREEdom

That `'bind_urls' => 'popup'` already but it's not working for this button: https://imgur.com/a/wRS5kcI The only button `Create` that's open a new pop up like this: https://imgur.com/a/rKxo6Bk to this: https://imgur.com/a/Z0I93uY And...

Just updated the version to the latest one 1.2.30 And it still not working, for default action button and custom button too. I tried using this: `$form->html('mylink.');` and it will...

And I tried to inspect element the class of `CREATE BUTTON` and apply it to the custom button and it still not working. But how `Create Button` can open a...

Now the click event instead link it's working to open a new popup, but it will get loop like this https://imgur.com/a/RvhykgN And the action button still not working open new...

Argument 1 passed to Spatie\Backup\Tasks\Monitor\BackupDestinationStatusFactory::createForMonitorConfig() must be of the type array, null given, called in C:\Users\DELL\Documents\GitHub\laravel-admin\vendor\laravel-admin-ext\backup\src\Backup.php on line 15

> php artisan storage:link if not working try to remove _storage_ **shortcut** at folder _public/_ then do php artisan storage:link

> after run storage:link command the url generate is wrong > http://localhost/storage/banners/Fairtexavailbale1500x657.png > instead > http://localhost//public/storage/banners/Fairtexavailbale1500x657.png Mine is working as well, the generated link is like this: http://localhost:8001/storage/images/name.png Please, could...