Can't access to config->item from routes.php |
You can try to define a variable called CAR_CONFIG and load it in your routes like this:
create file car_config: PHP Code: $car_config = array( In your routes.php file: PHP Code: #include the file That should normally work i think |
Messages In This Thread |
Can't access to config->item from routes.php - by peter - 05-22-2019, 10:04 AM
RE: Can't access to config->item from routes.php - by bartMommens - 05-24-2019, 06:43 AM
|