Results 5 issues of Felice Ostuni

there is the ability to use /app/Providers/AuthServiceProvider.php to define custom acl behaviors? i.e.: ``` $gate->define('some-feature', function($user) { return true; //test something on user etc.. }) ``` because when I try...

For the past months I have been using laravel livewire, even if it's not a standard/official laravel package yet. I think is a really good way to build dynamic interfaces...

question

I must drop support for redactor.js as wysiwyg. We use the old v7.6.1 of 2012, it "was" mit licensed (so open source) as you can see here: https://github.com/zofe/rapyd-laravel/blob/master/public/assets/redactor/redactor.js But now...

question

proof of concept to enable this feature: - add a id, css class or "data-someting" to the datagrid div container, - init the div as pjax container (for submit event...

when widget is embedded and built by a [dataembed](http://www.rapyd.com/rapyd-demo/embed) we have a problem: if the widget contains javascripts and/or css this "inclusion" stack is not "propagated" to the "container" i.e.:...

question