Nicolas Widart

Results 15 issues of Nicolas Widart

Hello, I would like to send more custom parameters to the `getUserMedia()` method. For this I changed that method to the following: ``` php public function getUserMedia($id = 'self', array...

Adding Laravel 5 support

Currently trying to send a file that's 1.3mb, and getting a "request entity too large" error from nginx. It'd be nice to have this limit raised, and ideally easily configurable....

enhancement

Hello, I've been struggling to unit test generating a token in order to test my api endpoints. I've followed the docs using: ```php protected function createAuthenticatedClient($username = 'user', $password =...

Hello, This is just a question in general about the component. I'm also building similar components, but I can't figure out how CkEditor is able to update the parent data,...

QUESTION
DISCUSSTION

Hello! 😄 I see I was missing the `ResolveSidebars` middleware after setting the cache option to `static` and the `StaticCacheResolver` wasn't called. After having added the middleware, and for testing...

Hello, Is there a way to add custom messages when adding rules with the alternate syntax. Like in this example, where to add custom messages? ``` $rules = [ 'required'...

In the backend UI, there could be a checkbox, "only visible if logged in". There also needs to be an option "only show if not logged in".

Feature - Accepted

Since v2.5, AsgardCMS registers sidebar with hooks. Removing support for SidebarExtender classes on v4.

Hello, I see this demo doesn't handle storing the cart coupon/vat amounts in database. Meaning that if I come back to the site a day later, and I'm logged out...