I have been working on a Laravel project and was able to implement the code completion from the IDE Helper. What I am trying to find is a way to customize the c
I'm currently learning laravel and creating my first form. Everything is awesome until I want to use {{ old('') }} helper in my blade file for radio buttons. I'
I have this code: <select required="required" class="form-control" name="title"> <option></option> @foreach ($titles as $key => $v
I am using Eloquent together with Laravel 4's Pagination class. Problem: When there are some GET parameters in the URL, eg: http://site.com/users?gender=female