jmcortesmartinez

Results 7 comments of jmcortesmartinez

Thank you very much @dstepe, but I still have some issues. Forgive my inexperience: In the section Configuration of the repository, it’s not clear where to set the environment variables....

It helps a lot! It works! But I’ve noticed that even though I’ve declared the variables in .env, it always uses the ones declared in the file /vendor/subfission/cas/src/config/config.php Does it...

I'll try to explain myself better: -In the _.env_ file I put: _CAS_HOSTNAME=www.a.com_ -In the _/vendor/subfission/cas/src/config/config.php_ file I put: _'cas_hostname' => env('CAS_HOSTNAME', 'www.b.com')_, and when I run: _php artisan config:show...

I'm pretty sure my system is using the .env file because I have the database connection set up and I can run the migrations. Here is the data from my...

That was! Now it works correctly and the changes I make in the config/cas.php file become effective. Thank you very much for your help. Your patience has been impressive. If...

This is, step by step, what I have been doing with your help. I hope it can be useful to someone else. 1. Create the Project: o Execute: composer create-project...

I added this on my .env and CAS is still working with the variables set on config/cas.php: CAS_HOSTNAME='cas.myuniv.edu' CAS_REAL_HOSTS='cas.myuniv.edu' CAS_LOGOUT_URL='cas.myuniv.edu' Any idea? I don't have a clue but it's ok...