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...
Hi. I have this table: Schema::create('maps', function($table) { $table->engine = 'InnoDB'; $...
Hello there. I have a User table with a password, and People table with an email. User has a forei...
My app allows users to dynamically add input fields in a form via some simple javascript. I construc...
Hey, i use Ardent and I can't find a way to validate model against uniqueness of column in context o...
I'm working on an application containing log messages and users. The respective models are LogMessag...
I was reading the following: "Validation should happen within the context of the setter prior t...
Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...
Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...
https://github.com/keevitaja/rulez-laravel Rulez provides easy way for setting up input validation r...
Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...
Hi, lot of people create sepparate classes for each set of rules and then inject them into the contr...
hi guys, i dont know exactly what should i tag for this problem. Anyway just deployed my app on a La...
I recently upgraded from 4.0 to 4.1 following the upgrade instructions, and now when unit testing my...
Hi I've created a custom Validator package that adds a validator for phone numbers: https://github.c...
Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...
Hello Artisans! I'm working on a project that is quite complex and I'm trying to find the best solut...
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