-
I have successfully installed the package and created a model and factory with a composite key.
However when I create a model that has a "BelongsTo" relationship I get an error such that
```
Er…
-
### Description
I've just upgraded my Laravel project to Laravel 11 from Laravel 10. I've flushed caches. I'm getting the error:
> There is no role named `super_admin` for guard `web`.
Coming…
-
### Versions:
- ide-helper Version: 3.0.0
- Laravel Version: 11.9.1
- PHP Version: 8.3
### Question:
Before updating to Laravel 11 and ide-helper 3.0.0 I could define a database in the $table…
-
# Bug report
### What I did
Added dropzone as crud field
```
CRUD::field([
'label' => 'Image Gallery',
'name' => 'image_gallery',
'type' => 'dropzone',
…
-
### Version
VisualStudio Code extension
### Operating System
Linux (other)
### What happened?
I just start a laravel project
when I define a simple task to "create a category with crud…
-
swap out default primary key ID for UUID
-
> If you have a question, and not a bug or proposal, post in the discussions.
> https://github.com/laravel-doctrine/orm/discussions
# laravel-doctrine/orm version & Laravel version
laravel-doc…
-
**Describe the bug**
MissingAttributeException error appears when running php artisan scout:import
final class Track extends Model
{
use HasFactory;
use Searchable;
use SoftDeletes…
-
I integrated `AuthenticationLoggable` to 2 model User and Company. `AdminUser` is without trait but it throws exception in login
![image](https://user-images.githubusercontent.com/49227202/14935382…
-
**Describe the bug**
When trying to install from zero, it looks like koel is unable to connect to the database I just configured.
**To reproduce**
Steps to reproduce the behavior:
1. Copy the co…