I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
You should be able contact taylor through his github page https://github.com/taylorotwell
I think you will have to use raw for this http://laravel.com/docs/queries#raw-expressions
I think you need to remove the "/" from "/subfolder" so Route::controller('Subfo...
Your namespace should be: namespace Subfolder And in routes: Route::controller('/Main', 'Subfolder\...
If I understand what you want to do, then yes: @if ($isError) There was an error @else There...
The Laravel portal for problem solving, knowledge sharing and community building.