modified session attributes for Dev env| added login dev route for local development

This commit is contained in:
2024-07-09 09:58:14 +00:00
parent 2640a7354f
commit f8c7233427
6 changed files with 87 additions and 77 deletions

View File

@@ -0,0 +1,5 @@
<?php
return [
'IS_DEVELOPMENT_ENV' => env('IS_DEVELOPMENT_ENV', false),
];