-
Whenever I try using any custom relations, I get this error
"Call to undefined method Illuminate\Database\Eloquent\Builder::withRecursiveExpression()"
-
Hello there! I just updated a Laravel 8 application to Laravel 9. In my composer.json I updated:
`"facade/ignition": "^2.5"` to `"spatie/laravel-ignition": "^1.0"`
I then ran `composer update`.…
-
Trying to migrate on Laravel 6+ results in this error. I have tried latest version.
Even version 2 does not work - cannot publish assets
-
Performed a composer update to a running project and have isolated the issue to the "Like" components.
Prior to this, the project worked perfectly.
Receive Error Class "App\User" not found...
…
-
```
➜ New git:(master) ✗ php artisan migrate
Migrating: 2021_08_23_104103_create_acquaintances_friendships_groups_table
Illuminate\Database\QueryException
SQLSTATE[42000]: Syntax error o…
-
When starting with a fresh install of Laravel 8.28.1 (using `laravel new my-project`) along with an install of jetstream (with Livewire, with/without teams), adding the Traits to the default User clas…
-
```
SQLSTATE[HY000]: General error: 1005 Can't create table `laravel_dev`.`friendship_groups` (errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter table `friendship_groups` add con…
-
Upgrading to 3.4.3 introduced 2 issues:
Method getFullModelName not found (I checked the pull request which fixes it correctly).
But the other pending issue is
```
Column not found: 1054 Unknow…
-
```
"require": {
"php": "^7.2.5",
"ext-sqlite3": "^7.3",
"actuallymab/laravel-comment": "^1.0",
"cybercog/laravel-love": "^8.4",
"fideloper/proxy": "^4.2",
"fruitcake/la…
-
I have the same problem as our friend @mkwsra in error number #174, but using arabic slugs, static translations work fine, but I only have this problem
i.e:
xxx.com/en/posts/title
works just …