I have a couple of suggestions for the forum that I thought I'd post about, and maybe others can pos...
As part of my 'approval' process, I want the admin to allocate users different roles, on demand. I w...
#I want to know how to copy existing table through PHP script.. I am new to Laravel. I am trying to...
Hello Laravel-Fans! I have a tricky issue :-) In my Form, I do have 2 select boxes. I'd like the sec...
Hi; I set up the authentication page and it seems to be working fine, would u please check confirm I...
'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected' after returning from Laravel pass...
I'm a bit sad Laravel uses camelCase. Underscore makes so much more sense since it can be used in UR...
Hi all, As the title tells, how can i create an Utility Class where the functions are visible from m...
I have a shopping cart ID that I'd like to save somewhere to pick up the cart later when the user co...
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...
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