Working interface and parsed symfony cast data to a database.

This commit is contained in:
Krzysztof Płaczek
2022-08-23 08:09:14 +02:00
parent 119b94470f
commit a92c75c1dd
22 changed files with 488 additions and 224 deletions

9
config/symfonycast.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
use Illuminate\Support\Facades\Facade;
return [
'base_url' => env('SYMFONY_CAST_BASE_URL'),
'login' => env('SYMFONY_CAST_LOGIN'),
'password' => env('SYMFONY_CAST_PASSWORD'),
];