-
SOLVED
jgrossi/corcel": "^3.0
Laravel 6.0
- 7.3
-mysql
### Description:
I have created some laravel models. I am trying to create policies so the user->can('view', SomeModel); but, when us…
-
Hey guys!
I'm porting a pretty big legacy application (150+ tables) to laravel, but hit a pretty big roadblock regarding belongsToMany-relationships: SoftDeletes.
Since the whole legacy applicatio…
-
Hi Team,
I have created a Shopify-Laravel app using your module. I installed the app on 2 different Shopify websites. When I opened the app dashboard of both websites on the same browser, It was quit…
-
- Laravel Version: 6.10.1
- PHP Version: 7.3.13
- Database Driver & Version: MSSQL 14.0.3238
### Description:
Currently I am porting a project from a MySQL to a MSSQL database. But while seeding…
-
I currently have a multi-tenant multi-database structured project.
My issue is that I cannot get 'unique' to work (I already referenced issue #234 and issue #721 )
When I run my validation, Lara…
-
When `SoftDeletes` is defined in a parent class, the `BlameableTrait->useSoftDeletes()` cannot detect the `SoftDeletes` trait in the children classes. Laravel has some built-in functionality that addr…
-
- Laravel Version: 6.1.0
- PHP Version: PHP 7.3.10-1+0~20191008.45+debian8~1.gbp365209
- Database Driver & Version: MySQL 5.5.60-0+deb7u1
### Description:
having a ```Post``` model which uses t…
-
- Laravel Version: 6.5
- Adldap2-Laravel Version: 6.0
- PHP Version: 7.2
- LDAP Type:
### Description:
php artisan adldap:import --delete
With this I only import the active users in my la…
-
- Laravel Version: 6.0, 5.8
- PHP Version: 7.1
- Database Driver & Version: 6.0, 5.8
### Description:
Incompatibility between `assertSoftDeleted` with `softDelete` when you define a custom nam…
-
Hi,
I using astrotomic/laravel-translatable models.
When an event is triggered on the master model. It doesn't include translate model.
Therefore, when I create separate events for both models,…