Heiko Klingele
Heiko Klingele
Hey, it's possible to use a middleware with Entity Check to easily protect e.g. resource routes?
Nice and simple package! If i pull in this package on an existing project it would be cool to generate migrations to insert the new uuid column and update all...
Hi, i tried to sort by name column (datatype: json) with: ``` ->sortable('name->en') ``` The database query doesn't contain any `order by`.
When using a slot i get this error: ``` Duplicate presence of slot "beforeCalendarHeader" found in the same render tree - this will likely cause render errors. ``` because the...
Is it possible to make it happen that a dropped file anywhere on the page is uploaded with vue-clip? Currently you only can drop a file on the slot `clip-uploader-action`
Hi, i use the latest Laravel release with ardent. My User model extends Ardent and have some basic rules. In the latest version of Laravel there is a new column...
It would be great we could set the `orderable` morph relationship for one time charges like so: ```php $product = App\Models\SomethingOrderable::find(1); $result = $user->newCharge(); $item = new ChargeItemBuilder($user); $item->quantity($data->qty); $item->unitPrice(money($data->price*100,'EUR'));...
Time for a new tag? Some bugs are missing in 1.3.5 :)
## Description Extended Form Section with `->minimal()` for a minimalistic style. ```php Section::make('Heading')->minimal() ``` | default | `->minimal()` | |--------|--------| | | | ### or maybe... ```php ->compact(minimal: true) ->compact(basic:...