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...
The Laravel portal for problem solving, knowledge sharing and community building.
The community