I try to use a presenter, to reduce my view. Indeed, i got different sensor types (RESISTIVITY, TEMP...
Hi, I'm a beginner with laravel and i had two really big difficulty with the documentation and then...
So I have a table on my database, with an eloquent class allowing me to access it. So far everything...
Hi. I want to do something after table row loaded. Is there eloquent model postLoad event? Like doct...
I have a simple query like this: $userIdLists = Users::whereIn('id', $idList)->select(array('id')...
I'm trying to make simple example of reading data from multiple sources, storing that data in associ...
In validator sets mime: 'audio/mpeg,audio/mp3,mp3' File: $ file-> getMimeType () / / -> audio/...
Hello All, Since December, I have been working on and improving an asset processing plugin that I ha...
Long story short. I created a migration named "create_music_table" which have following fi...
I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...
So I created a simple Authentication system for my Laravel 4 app following this tutorial: http://cod...
I have the following tables set up widgets table: id, name, widget_types_id widget_types table: id n...
how do you check the content type? when using the code below App::after(function($request, $response...
Hello Im learning Laravel, and by now i hanging with generating urls. Ive installed my laravel proje...
Hi, When I use artisan on the command line, it takes around 20-30 secs to spit out a response, regar...
Hello, I have a group routing like following and want to make is case insensitive... Route::group(ar...
I'm trying to make an application where on every page I'll have some top rated news. So, in my blade...
Hello, I'm totally new to Laravel. I've dabbled with frameworks a little bit in the past such as Cod...
For most pages, I would just need the standard bootstrapRender and paginator result but for some pag...
I am writing an app that administers tests to students. I have a model that represents a prototype o...
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