-
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…
-
### 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…
-
I have installed outl1ne/nova-settings "^5.2" into Laravel 10 / nova 4.27 app and with default config
file config/nova-settings.php :
```
-
**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…
-
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**
MissingAttributeException error appears when running php artisan scout:import
final class Track extends Model
{
use HasFactory;
use Searchable;
use SoftDeletes…
-
**Describe the bug**
Last versions of Intelephense are showing errors on model instances. See the screenshot.
With error
Expected type 'App\Models\Vehicle'. Found 'Illuminate\Database\Eloquent\…
-
Bagian dari konversi :
- [ ] Alihkan semua core dari CI 3.x.x menggunakan Laravel 10.x.x
- [ ] Hapus semua package yang tidak digunakan untuk pengembangan di Laravel 10.x.x
- [ ] Tambahkan packa…
-
- Laravel Version: 10.10.1
- Laratrust Version: 8.2.1
**Describe the bug**
Setting the **permissions_as_gates** with teams enabled breaks the `can` method in routes. The view is returned 40…
-
Inserting emojis becomes ������ in JSON columns.
```sql
CREATE TABLE `test` (
`a` JSON COLLATE utf8mb4_unicode_ci,
`b` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
);
```
```ph…