Working interface and parsed symfony cast data to a database.
This commit is contained in:
9
config/symfonycast.php
Normal file
9
config/symfonycast.php
Normal 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'),
|
||||
];
|
||||
Reference in New Issue
Block a user