Hello community, I try to get data via one model from two different tables, so I want to change the...
The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...
How can I try to using cache for all of Eloquent query. Example: $users = User::remember(10)->get...
I am making a jquery mobile application with laravel. I know how to make one radiobutton with Form::...
Hi everyone, I am currently designing a backend where users can submit events. There are 2 ways for...
Hello everyone! I have a little problem to register a user. Here is the function that processes the...
Till yesterday everything was fine and all the routes worked.When today i created a new function in...
class Batch extends Eloquent { public function coupons() { return $this->hasMany('Cou...
what is best way to make cms and database with laravel 4? Simple cms where users change page content...
Hey guys, whenever I try to set up a vagrant environment, or even copy other people's environment, I...
Hey everyone, I released the Blade Partials package yesterday. It allows you to extend from partial...
I have several apps that interact with APIs which don't have their own SDK, so I wrote a package to...
In my Car class I have public function user() { return $this->belongsTo('User'); } public fu...
Hello All, So I have some weirdness happening. I'm trying to do a search on a track database that I...
I need to execute a query with group by. But the group by is not for a field. I need to group by wit...
I have 4 tables TableA hasMany TableC TableB hasMany TableC TableC hasMany TableD I want to connect...
I recently upgraded from 4.0 to 4.1 following the upgrade instructions, and now when unit testing my...
Hi friends can not get it to work with google maps blade can you help me?
Hi ! I read that L3 didn't support composite primary key, is it the same for L4.1 ? In my case it's...
Hi, Given this simple database setup: posts - id tags - id post_tag - id - post_id - tag_id ......
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