What is the relationship between these data-binding frameworks and Laravel? Does Laravel implement s...
I'm building multiple page quiz. When users select options(answer) for a question, it should store i...
Hello. I'm building a big storage app for some official documents witch are also digitaly signed. I...
any idea on simple function to know if the file uploaded is an image? I know you can do geMimeType b...
Hi, I'm using Laravel commands, everything is well with the arguments, when I work with it all is go...
Hi, I have just uploaded my Laravel backend and Angularjs front to Fortrabbit and I am having issues...
Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => 'HomeController@viewIte...
This is a noob question but I hope you can help. I have a table of reference data (places, events, p...
With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...
public function store() { $input = Input::all(); $validation = Validator::make($input, Usuario::$rul...
Hello I develop a website with Laravel and AngularJs for my studies, But i've a problem with "f...
Hi all. Found this: https://gist.github.com/dariodiaz/7598665 Works great. Questions: How should I...
Hi all. I am thinking on how to deal with form handling which contains files and which can be submit...
WARNING: NASTY PROCEDURAL CODE AHEAD. Let's say I have an ajaxified to-do list app. I have this rout...
What Is Laravel Binput? Laravel Binput is an input protector for Laravel 4.1. Laravel Binput was cr...
What Is Laravel Security? Laravel Security is a port of the security class from Codeigniter 2.1 for...
Hello all, first off love the new forums. Looks absolutely awesome and love the Github idea. (Who do...
Hi Guys, so im very new to laravel (approx 2wks) and in all fairness i havent been programming for y...
I have built a simple application laravel 4. I have scaffolding setup for adding posts which seems t...
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