💽Config
php artisan vendor:publish --tag="tomato-forms-config"php artisan vendor:publish --tag="tomato-forms-views"php artisan vendor:publish --tag="tomato-forms-lang"php artisan vendor:publish --tag="tomato-forms-migrations"Config File
<?php
return [
/*
* Supported Languages
*/
"lang" => [
"en" => "English",
"ar" => "Arabic"
],
/*
* Resources for APIs
*/
"index_resource" => null,
"show_resource" => null,
"requests_index_resource" => null,
"requests_show_resource" => null,
/*
* Service Type class
*/
"service_type" => null
];
Last updated