-
I was attempting to use an image field to save an image to s3. Here is the controller code I am using:
```php
$this->crud->field('file_name')
->type('image')
->label('Ima…
-
Laravel offers a useful way to generate Validation Rules, but not for creating custom Validator instances.
By encapsulating all the validation logic for a specific resource inside a class, it would…
-
### What happened?
When your application uses a User class that does not extend Illuminate\Foundation\Auth\User, livewire-datables crashes if you try to show/hide columns.
Not tested but can be im…
-
# Bug report
### What I did
When using the size() method on a CrudField the classes added to the fields are
`'form-group col-md-'.$numberOfColumns`
If you don't use size the default in t…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.0.0
**System**: Mac OS X 10.10.3
**Thrown From**: [tabs](https://github.com/atom/tabs) package, v0.81.0
### Stack Trace
Uncaught T…
-
### What happened?
In my table, when I have the placeholder enabled. `$this->setLoadingPlaceholderEnabled();`
```
class UserTable extends DataTableComponent
{
protected $model = User::c…
-
# Bug report
### What I did
Installed Laravel 11 and Backpack crud 6.7.25 on a host with MySQL5.6
With APP_DEBUG=false, APP_ENV=production
### What I expected to happen
A clean error mess…
amenk updated
1 month ago
-
Hey Guys, I do not have the printer yet, but I'm trying to test this library, I'm getting the follow error:
How can I solve this??
Packages:
```
"dependencies": {
"@formatjs/intl-pl…
-
This issue for v3 discussion and planning.
-
I received this email from WakaTime.
```
Hey there,
We noticed some unusual coding activity from your PhpStorm WakaTime plugin Yesterday:
You have 24 hrs of coding activity.
In rare cases, ot…