-
-
```
@if($error = session()->get('error'))
×
{{ \Illuminate\Support\Arr::get($error->get('title'), 0) }}
{!! \Illuminate\Support\Arr::get($error->get('message'…
-
based on sample from https://laravel-admin.org/docs/en/quick-start.
```sh
-
Test case: https://github.com/TomasVotruba/bladestan/pull/109
As reported in https://github.com/TomasVotruba/bladestan/pull/108#issuecomment-2309072935
```php
-
- Laravel Version: v11.31.0
- PHP Version: v8.3.3
- Dcat Admin Version: 2.*
### Description:
When run php artisan admin:install response:
Error
Class name must be a valid object or a str…
-
`Package operations: 1 install, 0 updates, 0 removals
- Downloading arrowjustdoit/dcat-admin-crontab-extension (0.0.1)
- Installing arrowjustdoit/dcat-admin-crontab-extension (0.0.1): Extracting…
-
### Package
filament/filament
### Package Version
v3.2.117
### Laravel Version
v11.27.2
### Livewire Version
_No response_
### PHP Version
PHP 8.2
### Problem description
Database Notificat…
-
- Laravel Version: 10.10
- PHP Version: 8.1
- Dcat Admin Version: 2.2.3
### Description:
web服务采用的是apache,已开启伪静态模块,.htaccess 用的是默认的
`
Options -MultiViews -Indexes
…
-
## Expected behavior
I want to see all of my collections
## Actual behavior
No collections are detected. `.forestadmin-schema.json` contains `"collections": []`, even so my database and lara…
-
### Describe you feature request
Hi there,
I am trying to tweak the Caddyfile for Laravel Octane. What is the proper way to do it?
Here is what I have tried, but the server does not start. An…