File: D:/HostingSpaces/SBogers68/otium-gebiedsontwikkeling.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', 'en'],
/*
|--------------------------------------------------------------------------
| 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
],
];