Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/../vendor/markbaker/../paypal/../iyzico/./../unicodeveloper/laravel-paystack/../../paypal/../phar-io/../../vendor/symfony/../dragonmantank/../guzzlehttp/../sebastian/../tijsverkoyen/../tijsverkoyen/./../nwidart/laravel-modules/src/Traits/../Commands/stubs
الملفات الموجودة في هذا الـ Path:
.
..
assets
command.stub
component-class.stub
component-view.stub
composer.stub
controller-api.stub
controller-plain.stub
controller.stub
event.stub
factory.stub
feature-test.stub
job-queued.stub
job.stub
json.stub
listener-duck.stub
listener-queued-duck.stub
listener-queued.stub
listener.stub
mail.stub
middleware.stub
migration
model.stub
notification.stub
package.stub
policy.plain.stub
provider.stub
request.stub
resource-collection.stub
resource.stub
route-provider.stub
routes
rule.stub
scaffold
seeder.stub
unit-test.stub
views
vite.stub

مشاهدة ملف: factory.stub

<?php

namespace $NAMESPACE$;

use Illuminate\Database\Eloquent\Factories\Factory;

class $NAME$Factory extends Factory
{
    /**
     * The name of the factory's corresponding model.
     *
     * @var string
     */
    protected $model = \$MODEL_NAMESPACE$\$NAME$::class;

    /**
     * Define the model's default state.
     *
     * @return array
     */
    public function definition()
    {
        return [
            //
        ];
    }
}