These people kick me when they see me in the IRC room. I can understand when it makes ShawnMcCool he...
In my controller I have the following with $registration_data coming from the database and the xml.i...
However if I do return $response; all the data is perfectly displayed. It seems like json_decode onl...
Hi, I am trying to use foundation CSS framework with laravel. Most of the things work fine. The firs...
Hi, I'd need to set a default value for any Eloquent model attribute. So, for example if I try to ge...
Every company in my app has a folder that has the same name as the company name: Inside that folder...
have used pagination in laravel and that time the query is very simple. So I have manage to work on...
With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...
Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...
What I want to do is @include(@yield('layout')) which I can't do because it is most likely nesting p...
Hi I have a strange problem on a parallel plesk. everything work's fine on my local apache but after...
I have a list of directories. controller code: 'directories'=> File::directories('filemanager1/c...
hash9211 liked this thread
app/filters.php App::before(function($request){ $sys_message = DB::table('u_message')->where(...
I have the following set up that I want to try to perform: App Sitename - Admin (sitename/admin...
I do have 2 different on my pages but I would like to load in different situation, for example when...
I need a comprehensive guide on how to do it. I already tried LaravelGuard from Jeffrey Way (which d...
Hallo, Can someone help me? i would like to make simple static website, i created menu using routers...
I gotta give up. I don't want to, but I got to, because trying to learn Laravel with very very limit...
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...
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