I have the following model. <?php namespace App; use Illuminate\Database\Eloquent\Model; class...
In Laravel 4 I can set app config values from index.php...for example Config::set('app.myvar','myval...
Yes that works but doesn't solve my issue. The 401 challenge is on the index.php file, it can't be...
Thanks but I am using Laravel in a Windows IIS environment and Windows Authentication. Since everyt...
You use the env() method and the .env file. env() takes two arguments the envrinment variable you w...
The Laravel portal for problem solving, knowledge sharing and community building.
The community