For some reason, I cannot catch DB exceptions inside a seed class: the code never enters the catch b...
This is what I have done so far: public function scopeCityName($query) { return $query ->join...
Hi I wanna send a variable to master. How can I do it? Thanks class UserController extends BaseCont...
I am having issues with sub domains, as they will not show different content then the actual domain....
How can I tell laravel that my pdf files inside public/uploads/overviews/*.pdf needs to be loaded on...
Hi, This is my first time posting here. I tried to find solutions for this issue for many days. The...
I'm looking for a script that will allow users to add money to a user account. Thanks in advance for...
I am working on a site based on Andrew13's laravel-3-bootstrap-starter-site. I recently made some ad...
I'm currently working on a project and haven't had any issues until of recent which I don't really g...
Does anyone know of a laravel-friendly way to implement an email form? Just a basic contact section...
Hi guys, I have question about dependency injection and in this case repositories. Say I have a User...
Is there a way to use the Cache class to cache API calls like in my example below? I don't see anywa...
Hi In Laravel 4 this code works like a charm. But in Laravel 4.1 this don't work. start/global.php r...
I'm currently working on a project and haven't had any issues until of recent which I don't really g...
Hello, I am trying to implement a polling queue called MasterQueue that every 15 minutes this Master...
Hi, This is my controller: return View::make('realestates.single') ->with('title', trans('na...
Is there a package out there for Laravel that will allow creation of dynamic Oracle database connect...
Good day, My first post in this nice community is actually a question I currently have. I thank you...
I have two Collections (\Illuminate\Database\Eloquent\Collection) called $admins and $users. Both co...
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