Laravel( + Angular) project not work on iPage host. but works fine on bluehost.com. same code. why?...
Hello, I'm new with Laravel and I'm trying to understand the autoloader and the namespaces. Before t...
Good day !!! What is the Inverse of "in" in laravel validators rules? thanks artisans!!
Total newbie here and having trouble figuring this out. I have a table called users and a table call...
So here is the deal, I've got MySQL, PHP, Apache and really the whole stack installed on the product...
class Cat extends Eloquent { public function user() { return $this->belongsTo('User'...
Just a quick one, i'm struggling to do relationships correctly.. I have 2 tables 'users' and 'files'...
I want to track failed jobs with beanstalkd. So far I've setup the failed_jobs table and created som...
here is what I have CONTRACTOR and BID table class Contractor extends Eloquent { public function bid...
hi I want to logout my user after one hour and I want to use session . for getting the login time i...
I have an Org model and a Tag model. I want to associate tags with organizations. My database tables...
i use to build a query like this: $query->where (col1 - col2) > 2 how can this be done with th...
Hello thanks for the great work I am new to any php framework can someone tell me how i can setup it...
Hi, I am having trouble with populating a dropdown with values from a relationship. The code below w...
how to retrieve data from database using table formatting
I'm normally used to working on cPanel servers, where vhosts and suphp are set up in such a way that...
$from = Att::Find(Input::get('pos')); $to = Att::Find(Input::get('to'));...
Hello, I'm relatively new to Laravel, I've researched this as thoroughly as I possibly can but unfor...
I just watched Jeffery way's Laracon pre-recorded presentation on Laracasts. There is a section on h...
I think this is Chrome 35-related, as it has been giving me issues all day (have also had to repair...
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.