I want to display 'Recent Comments' from comments table, including HotelName related to that Comment...
I need to use Cache with memcache and Cache with file. I would be OK if file cache was like FileCach...
I have a form whereby all my validation except for file works. It seems to return the file name prop...
I have a Product model in which I use a getPriceAttribute($value) to display a products discounted p...
Hello, there. I was wondering how everyone handled loading javascript files in their various views?...
Hi! I have a little problem that I'm not quite sure how to solve it. To simplify, lets say that I ha...
Hi, I have an object that when instantiated needs some configuration. Params come from my config fil...
In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...
Hello, one of our clients are asking for their webapp to feel like a native mobile one and so they r...
Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...
Hi I had a few tests, no problem with phpunit execution. I added namespaces to my Models and control...
if the user login, Auth::check() will be return true; But how to make sure the user logout ? not use...
Good night, In this code, i got an error that says that the variable userId doesn't exists when its...
Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...
You can create this query SELECT * FROM users AS t1 LEFT JOIN installs AS t2 ON (t1.id = t2.usuario_...
###Here is my seeder table class class DataClassificationTableSeeder extends Seeder{ //Data Classi...
I'm just in my first laravel project. It has a small blog and uses notifications just like a social...
I want to mak a one-to-many relationship like in the tutorial. One To Many An example of a one-to-m...
I have a div that gets loaded with the default information on page load. <div id="carlistdiv...
Looking at ironMQ documentation http://dev.iron.io/mq/reference/push_queues/#error_queues How to ena...
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