Hello, I am trying to make Key/Value system on Eloquent because I need it to extends my users table....
Class Channel extends Model { ... ... public function getSubscribersAttribute(){ return $this-&...
Hello, I am trying to inject an attribute on my construtor to avoid to redeclare it on every method...
How do you structure your code with Laravel 5.1 ? Your files? Your routes? Controllers & Models?...
Hi, I have a Eloquent Model and I want to create a customized toArray method... class Posts extends...
If your answer depend to mine, I think it's better if you give all possibilities, so everyone can fi...
Just follow the Laravel architecture, you don't need to look for something too complicated... I neve...
The problem is I have to rewrite the find method and some other method that give the ID... I wonder...
In fact am looking to generate some random ID like Youtube.. Something like this: ggPo8mbb_dep and n...
This is a good solution but I still have a problem... On my PostsController : public function index(...
The Laravel portal for problem solving, knowledge sharing and community building.