How we create foregin key in phpmyadmin in laravel4.
I'm trying to work with SimplePie to pull numerous RSS feeds (which is working well); however rather...
Hi, I've just installed Laravel 4 on my PC and was looking at some tutorials. A lot of them open Lar...
Hello. I'm looking for a way to create dynamic appends to a model. right now i have something like p...
Hello guys, i just started to use laravel, and i was able to create a new HMVC system following this...
I'm using Beanstalkd to power the queue for my app. For some jobs I'm using Queue::later(). Unfortun...
hi , i am new in laravel & stuck in a stage pls help me ... I am trying to authenticate a user &...
I did a simple query like: $query = "sdsad'sa"; Spot::where('title', 'like', '%'.$query.'%...
Hi guys, Im currently working on a laravel project and I'm really stuck.. Im calling a page via ajax...
For the few of us who still haven't switch to Sublime or PHPStorm, I created a TextMate bundle conta...
ericknogueira liked this thread
Can I set the default route,when request like /home/index ,the controller is home action is index,an...
Im build my app localy, and Im afraid after Ill get some traffic in to it it will simply crash. and...
For a while now, I've kept admin interfaces for my websites as subdomains (admin.mywebsite.com) inst...
I have controllers that have public get, create, update, and delete methods that should only be done...
Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...
I don't know if this is the right place for ideas/suggestions for the laravel.io site, but I think i...
Hi. I perform $a = Items::where('code', '=', $code); In the code column there are various entries, u...
I have this in my car.php model public function bySortOrder() { return $this->orderBy('so...
I'm trying to get a Post inside a Session, but between Post and Session I have a Category Model. Eac...
I can only call my master template from my UsersController. When i call my master template from Pos...
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