HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/reiskick.komma.nl/config/seeds.php
<?php
return [
    /*
    |--------------------------------------------------------------------------
    | Languages
    |--------------------------------------------------------------------------
    |
    | The languages that will be used in the seeding process. Defined in
    | ISO-639-1 format.
    |
    */
    'languages' => ['nl'],

    /*
    |--------------------------------------------------------------------------
    | Pages
    |--------------------------------------------------------------------------
    |
    | Define the CODE_NAME of pages that need to be seeded. Look them up into
    | the dataset if you want to know what they contain.
    |
    */
    'pages' => [
        'home',
        'about',
        'services',
        'projects',
        'posts',
        'references',
        'contact',
        'legal',
        'privacy',
        'disclaimer',
        'vacancies'
    ],

    /*
    |--------------------------------------------------------------------------
    | Buttons
    |--------------------------------------------------------------------------
    |
    | Define the NAME of buttons that need to be seeded. Look them up into
    | the dataset if you want to know what they contain.
    |
    */
    'buttons' => [
        'Neem contact op',
        'Bekijk onze diensten',
    ],

    /*
    |--------------------------------------------------------------------------
    | Random seeded models
    |--------------------------------------------------------------------------
    |
    | Here you can configure models that don't have specific datasets. But where
    | you want a certain amount of
    |
    */
    'models' => [
        'posts' => 3,
        'services' => 3,
        'projects' => 3,
        'testimonials' => 3,
        'servicepoints' => 3,
        'vacancies' => 5,
        'partners' => 5,
        'teamMembers' => 5
    ],
];