Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
peripherad
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Database
/
Console
/
Factories
/
stubs
:
factory.stub
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace {{ factoryNamespace }}; use Illuminate\Database\Eloquent\Factories\Factory; /** * @extends \Illuminate\Database\Eloquent\Factories\Factory<\{{ namespacedModel }}> */ class {{ factory }}Factory extends Factory { /** * Define the model's default state. * * @return array<string, mixed> */ public function definition() { return [ // ]; } }