Hello Community! I developed an Application with Laravel 4.1 on my Windows machine (and it's working...
Every company in my app has a folder that has the same name as the company name: Inside that folder...
Hello, I have a form with select name "interests" and i present multiple options so i am u...
Hello, I'm getting a class not found exception after creating a service provider for my repositories...
Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...
In my Message.php model, I defined the following: class Message extends Eloquent { public functi...
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...
Hi, I have a simple scenario here that is bugging me. There are two models: class DbNation extends E...
Hi Guys I am saving a connection to a remote database in a static class variable. I can mock the con...
All the examples show to specify your bucket name on the spot, but what if I use the same bucket nam...
I have one abstract class AbstractValidator. Currently, I have two subclasses, LoginValidator and Si...
I have a list of directories. controller code: 'directories'=> File::directories('filemanager1/c...
hash9211 liked this thread
I recently added a migration to my project to change the length of a varchar column. It looks like t...
I have a set of keys which are written in CamelCase (they are part of another software, I cannot sim...
Hello, I followed the example at http://laravel.com/docs/security I can generate an email reset that...
Hi, so I followed the quick-start guide and installed Laravel into a directory called lartest direct...
Hi Guys, Im trying to integrate jquery.chained.js (http://www.appelsiini.net/projects/chained) in my...
I like to know the difference between String vs Text in schema. (Also longText , mediumText) I'm sav...
I need some configuration to be changeable by a logged in user, and at first I thought at a file ins...
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