is there anything like Bonfire [Codeigniter] made on Laravel 3 or 4 having Built-In Admin Area,User...
Need independent testing/evaluation done on a web application currently being developed using Larave...
Need independent testing/evaluation done on a web application currently being developed using Larave...
I have three different fields which are percentage values and all need to add up to 100. I've looked...
Hello, once the user is logged in at my application i want to give him the possibility to change his...
I copied the code of artdarek oAuth into my controller. Here's the code public function loginWithFac...
How do I make a validation rule that allows only a 1 or null? Thanks.
I'm trying to adhere to the thin controller, fat model design so I want to put my validation in my m...
Hi there. i have a form that i want to accept multiple entries at once. for example, 10 object names...
Hi, i want to format MessageBag before going to toJson and i was thinking if it's possible to do som...
hello friends I'm making an Insertion and get this errror Access to undeclared static property: User...
In validator sets mime: 'audio/mpeg,audio/mp3,mp3' File: $ file-> getMimeType () / / -> audio/...
I have a validation.php file in /workbench/<vendor>/<package>/lang/en. In this file, I h...
When upload just one image, the validator works. But, When upload multiple images by enable input's...
Hi. I have problem with functional testing form validation. When I use $errors in my view, tests fai...
$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...
Hi In Laravel 4 this code works like a charm. But in Laravel 4.1 this don't work. start/global.php r...
So I have this Offer model with several offers available. I also have a Pattern model that has a man...
Hi, I've got this in my code. $list = $the_things->where( 'date_field', '>', time() ); That d...
I am trying to create error messages without having to hardcode into custom array of validation.php...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community