Initial commit
This commit is contained in:
22
config/security.php
Normal file
22
config/security.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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'),
|
||||
];
|
||||
Reference in New Issue
Block a user