Ghassan Barghouti

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Ghassan Barghouti created a post, Laravel fill attributes template for each models
As you know in Laravel we have important static eloquent methods for updating and creating models. For example User::create([//attributes ...]); And $user = User::find(123);$user->update([//attr... -
Ghassan Barghouti commented, -
-
Ghassan Barghouti created a post, Laravel 8 autocompletion not working for Eloquent ::find and ::where
PHPStorm version: 2021.2 For some reason my workspace for a Laravel 8 project doesn't have the autocompletion working for basic Eloquent builders. I'm trying to use User::find()User::where() These ...