-
Seems like when the Policy::view method, Nova also applies the Policy::viewAny method. This seems counter-intuitive to me for what I would think would be an obvious scenario when implementing roles:
…
-
**Describe the bug**
I create a middleware "**CheckAdminEnabled2FA**" and put it in middleware array in config file:
```
'middleware' => [
\Laravel\Sanctum\Http\Middleware\Ens…
-
**Describe the bug**
When using Meilisearch in production i want to exclude a lot of id's. But there is a limit when adding a lot of filters clauses.
Is there maybe another way of fixing this? I hav…
-
In a SaaS kind of app, I want the Roles to be tenant specific, meaning:
Roles for App X | Roles for App Y
------------ | -------------
Owner | Superintendent
Worker| All mighty
Maintenance| Sup…
-
### Bug description
I haven't used a taxonomy terms field before but I expected a 'Create new' button or something when enabling the 'Allow Creating' toggle.
![image](https://user-images.githubu…
-
I was wondering if there was any chance the core Markdown field would be able to support/correctly display attributes, as allowed by the https://github.com/arve0/markdown-it-attrs plugin for markdown-…
-
## Bug Description
Two (related?) ways:
1. There were `work` entries with a `type` (Taxonomy, example term "Drawings") but edits are made and there are no longer any entries with that `type`. eg: Dr…
-
Actions::registerCommands & Actions::registerRoutes fail to import packages in vendor directory.
This is because `vendor/lorisleiva/laravel-actions/src/Util.php::getClassnameFromRealpath` 's assump…
-
**Situation**
I'm trying to implement @update on a belongsToMany relationship. The pivot table also has columns I want to update, like this:
```php
class Patient extends Model
{
// many t…
-
### Bug description
When you have a taxonomy assigned to a collection and that collection mounted to an entry you should get the following taxonomy route:
`{collection_mount_handle}/{taxonomy_ha…