I don't know exactly which section should I put this thread. routes.php file Route::get('index', fun...
I have a Controller's construct like this: [code] public function __construct(Myclass $myclass) { .....
I only see one more layer abstraction using the Presenters instead of model accesor, I don't see mor...
codeATbusiness said: Route is a facade of $app['router'] if I'm not mistaken. When you call the fac...
The Laravel portal for problem solving, knowledge sharing and community building.
The community