I need to obtain the object that are check in "$user->services->contains($service)"....
I am following a Codebright Laravel book which teaches about routing in the Basic Routing chapter. I...
Hello, being new to Laravel, I'm trying to perform a query in Laravel 4's query builder or Eloquent....
Hi, i have a select: $roles = agegroup::all(); The select delivers an object with data. Now i need t...
Hello there! Recently, I've been working on API for single-page application and found that quite a f...
i wanted to create a themes folder for my mini-cms project, how can i achieve that using Laravel?
How to store cache in cache root directory in my laravel website. please provide me your suggesion
I use Laravel Eloquent to save data to table store, but it save more then one record at one time. Wh...
Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed */ public funct...
Do I have to write a raw sql query? Or is there a class in laravel that can do that?
Hi, I have Ubuntu as a vagrant box. (I followed the tutorials at laravel.com and laracasts, but I op...
I am using the pick a date script in my laravel site. Everything is working correctly; however, in o...
Hey all, I am trying to move to Homestead 2.0. I have no problem doing the composer install, but whe...
I would like to write the text into file with special place like: // test.php <?php Hi 1 Hi 2...
Is it possible to create a model that doesn't extend Eloquent? I have need for some models that don'...
I have three tables: Video (id, title) Tag (id, title) Video_Tag (id, video_id, tag_id) <-- join...
I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...
Hi, I have User and Company. If user select on registration that it is regular user the he just fill...
Hi, I'm building a new site in Laravel 4.2 and have written a class to handle adding and rendering o...
For instance, if I set the environment variable DB_HOST with value localhost through Forge, it creat...
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