Laravel 3 is the outdated version of the open-source framework for PHP web development created by Taylor Otwell.
I'm trying to get my default template working with Laravel. I'm coming from Codeigniter and Phil Sturgeon's template system so …
php laravel laravel-3When trying to implement Laravel's length based validation 'password' => array( 'required', 'alpha_dash', 'Min:7' ) and outputting error messages …
php validation laravel laravel-3I was just wondering if anyone knew how to check for session timeout in Laravel. You can check whether the …
php laravel laravel-3For generating a drop-down list with an item selected by default, the following is done: echo Form::select('size', array(…
php laravel laravel-3I have a query where I need to get info from 2 tables. So I need to get invoices with the …
php laravel-3I'm getting this error: call_user_func_array() expects parameter 1 to be a valid callback, class 'Symfony\Component\HttpFoundation\LaravelRequest' …
php laravel facebook-apps laravel-3I am brand new to laravel and am setting up admin panel authorization on my first application. The way I …
php authentication laravel laravel-3