Hello, I'm looking for a tool that generates CRUD operations for any table automatically. It should...
What are we talking about? This package adds an Artisan command to help you create extensible and ma...
Does anybody know a way of validating a .mobi upload? I've tried both "x-mobipocket-ebook"...
If we are doing authorization in the FormRequest is there a way to pass the model to the controller...
Hi there, I new there and with laravel. I try make users Authentication but have all time have this...
I can validate numeric using Ardent this way in my model: public static $rules = array( 'featid'...
I've created a custom validator using the "extending the Validator Class" method like desc...
When parsing the errors in the following way it works as expected. @foreach($errors->all() as $er...
My question is the following. I have a system that the User will register the series of a note. How...
Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...
We have a historical database application written in MS Access. The key screen allows the user to up...
Here is my validation rules for example: $validator = Validator::make( array(...
In need some suggestion for an elegant way to solve this situation: 1st - I need to use Form::model...
Hi, I have this function for password recovery public function postForgotPassword() {...
I'm having a curious problem that probably stems from my lack of knowledge of the IOC! I'm injecting...
i have select input field in my form.So now how can i validate this input field ??????
I've trying out the new boolean validation rule in 4.2.3: http://laravel.com/docs/validation#rule-bo...
Hey everyone, I recently started with laravel and I'm making a kind of Facebook. Now I want to creat...
Hello Maybe someone could help me... i want to validate that a site title and url are unique, only w...
I am trying to return errors back to my view, this is part of my controller TestcategoryController $...
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