📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 03:22:17
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
📍 /home/orkouolp/web/testing.orkobd/laravel
🔄 Refresh
✏️
Editing: _ide_helper_models.php
Writable
<?php // @formatter:off // phpcs:ignoreFile /** * A helper file for your Eloquent Models * Copy the phpDocs from this file to the correct Model, * And remove them from this file, to prevent double declarations. * * @author Barry vd. Heuvel <barryvdh@gmail.com> */ namespace App\Models{ /** * * * @property int $id * @property string $name * @property string $email * @property \Illuminate\Support\Carbon|null $email_verified_at * @property string $password * @property string|null $remember_token * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at * @property-read \Illuminate\Notifications\DatabaseNotificationCollection<int, \Illuminate\Notifications\DatabaseNotification> $notifications * @property-read int|null $notifications_count * @method static \Database\Factories\UserFactory factory($count = null, $state = []) * @method static \Illuminate\Database\Eloquent\Builder<static>|User newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<static>|User newQuery() * @method static \Illuminate\Database\Eloquent\Builder<static>|User query() * @method static \Illuminate\Database\Eloquent\Builder<static>|User whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<static>|User whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<static>|User whereEmailVerifiedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<static>|User whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<static>|User whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<static>|User wherePassword($value) * @method static \Illuminate\Database\Eloquent\Builder<static>|User whereRememberToken($value) * @method static \Illuminate\Database\Eloquent\Builder<static>|User whereUpdatedAt($value) */ class User extends \Eloquent {} }
💾 Save Changes
❌ Cancel