22 lines
564 B
PHP
22 lines
564 B
PHP
<?php
|
|
|
|
// filepath: config/security.php
|
|
|
|
return [
|
|
|
|
|
|
// TODO: Fix this, currently it is not implemented yet!
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Development Route Prefix
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| This value is used in the RouteServiceProvider to prefix all routes
|
|
| on development environments, preventing unauthorized access.
|
|
| It is loaded from the .env file.
|
|
|
|
|
|
|
*/
|
|
'route_prefix_key' => env('ROUTE_PREFIX_KEY'),
|
|
]; |