Ahmad

Results 9 comments of Ahmad

If I understand you well, I think you can use [$action->fillFromRequest($request)](https://laravelactions.com/2.x/with-attributes.html#fill) in your handle method, for example: ``` public function handle(array $attributes = []) { $this->fill($attributes); $validatedData = $this->validateAttributes(); $phone...

@barryvdh Can't we just disable / blacklist config() and then if I need some config info I'll create a custom function for that specific data and make it available for...

Cool, I was able to disable config() from twigbridge.php conifg file, totally missed that!

Try to make the parent div RTL ``` ```

Hi @benpate, thanks for your reply. I really don't know how this supposed to work, but I did try few things. ## 1 instantclick.io I've tried few similar tools to...

I just checked that Twind allows you to add your own rules 😍 https://twind.style/rules So I added it to my config ``` rules: [ ['ms-(\\d+)', (match) => ({ 'margin-inline-start': `${match[1]...