Why can't I use my model Case to my CasesController.
Hi, I have this huge form divided in several models. These are my models: class Formato extends Mode...
Hello Community, I've got the following problem. From my Database u get the following Array of Categ...
Hi, I want to get the different provider (venue,vendor) list based on 'map_type_id'. In my package t...
Hi, i'm currently working on a simple project that lets doctors register pacients and their relative...
Assuming I have the following models: FeedItem (Polymorphic) Facebook (has many tags) Twitter (has...
Hello, We are completely stuck on this topic. Of course, we created a workaround, but it just does n...
##ProductController ....public function store(Request $request) ....{ ....$image = new Image(); ......
i have a categories table some entries are categories and some subcategories i want when i delete a...
Hi, I want to save positions in my database, like such: { x: 254, y: 232 } Would I just create two c...
Hello i need a query to transform to laravel query or laravel raw query better.....its complex and i...
I want to filter my logs in hasMany. I have table User, table Logs, and table LogType User has many...
Hello! I have these three tables. #Product, product_id #Product_Fields, field_id, field_name #Produc...
How can I retrieve the data of specific id without using the id as url? Thank you in advance! I mean...
I'm wondering if there is a built in way to convert all date formats for display. For example, right...
I'm trying to create a mock model for my controllers to use, but doesn't seem to be working <?php...
This one was already posted on Stack Overflow but I haven't got a valid answer,so I will post this u...
I have a list of events. These events have status updates. I'm paginating the statuses 10 per page....
Error Message: [2016-01-19 14:47:08] local.ERROR: exception 'Symfony\Component\Debug\Exception...
Hi i have 2 tables tables users attendance https://gist.github.com/john5db/e40054a4a1f2359f5e91 I...
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