I have two tables one is templates and the other is template_images Showing migration of the two tab...
I am using Laravel eloquent to design my database. Eloquent has a naming convention for naming a man...
What is the best solutions for setting empty field to null in a model? I don't want to set mutator f...
i face a problem when i register a user through web service API project, and it was working but sudd...
I have, $a = App\SomeModel::where('id', 1)->get()->last(); My model's table has 72 entries. $a...
Hi. I already done making this url but I want to know what is the best practice to handle multi leve...
Hi there! I have a bunch of accessor and I want to receive suggestions on how to improve it. public...
I was working with dropdowns and was thinking if it is possible to use lists() method to get two col...
i'm trying to save a new tvshow and it's episodes into the database with the following code but in t...
Can I know how to I select some fields from table 1 and insert the values of the selected into anoth...
Hi everybody, I am creating e-commerce system but i dont know how to count the total price of items...
Ok, really quite stuck at the moment trying to wrap my head around relationships and how best to use...
Im having a odd issue with my CRUD on Laravel 5.4 and PHP 7.1 when developing via "php artisan...
I have a row query \DB::select("SELECT * FROM table_name WHERE id=$id"); the result shoul...
I have used a relationship that returns data but when i use it it throws error "Trying to get p...
Guys how do I get complete Reference of Methods of Model Class?? like where(), Get(), first(), etc a...
How do I use the mysql rollup feature with laravel eloquent? I did try a few but not able to get the...
Hey, I am trying to create simple shopping cart / order module and I've decided to connect orders an...
hi all I'm making a blog and i have a question : for the view post page, i use this route : Route::g...
Hello guys! I got a problem that I'm not managing to solve. I have a model called "Jogo" t...
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