Hi, what's the difference between @section('head') <h1>Test</h1> @show and @section('he...
Hi, i'm looking for a free webhoster to test a Laravel project. I testet 2 services so far but both...
Hi, i'm not sure how to solve this: I list all customers (with sorting options via URL query ?sort=...
Hi, this outputs nothing @if(!isset($bla)) (complete) @else ({{ $missing }} missing) @endif but if...
Hi, i read somewhere that sometimes this function don't work ... esp. when the browser don't send th...
Leave it this way, converting complex queries to Eloquent make no sense.
I would like to use a "stripped-to-the-bone" Laravel4 too! Our latest project has ~6000 (L...
Maybe try this: app -> config.php Change 'fetch' => PDO::FETCH_CLASS, to 'fetch' => PDO::FE...
This is a good tutorial: http://scotch.io/tutorials/simple-laravel-crud-with-resource-controllers
The Laravel portal for problem solving, knowledge sharing and community building.