Using $posts = Post::find($id)->comments()->get(); i can get children of single using $posts...
Hello Community... New guy here working on private project that is far simpler that my work scenario...
Is there a way to make a command like php artisan migrate:install --database['mysql_bis'] asks for c...
I am trying to join two tables so that I can get the article name and slug, with only one query as I...
I know that I can use the below to eager load relationships, but how do I add "shortcuts"...
I am providing an example there are two tables paper and question in paper table {id, name} in quest...
I'm creating a relationship between a User model and Post model. I created the relationship as foll...
How can I get the current model record id to be used in public function rules() {} The rules are in...
Hi all, i have an issue with saving the position_id for the product images, i'm trying in a way of d...
halo everyone, is there any way to retrieve database using mySQL and show it in checkbox?
Trying to query a model with a lower level relationship (agreement) and I cannot seem to get chainin...
Hi, I have trouble to retrieve database records from MSSQL. I'm connecting to an ERP database where...
Hi all, I'm really curious how the other Laravel developers are checking if an Eloquent query return...
How can i transform this format HH:MM:SS to this format HH:MM with laravel eloquent. Should i use RA...
Hi, when I tried to access this http://localhost:8000/user/3/edit url in my app, I'm getting this er...
I am working with Laravel 5 and I am having issue getting ->wherePivot() to work on a Many-to-Man...
Locally, I use the file driver to store my sessions and it works fine. On production however, the st...
I need to create a database that has ALMOST all tables with a prefix, but some tables can't have it...
So, I'm wondering what the standard practice is for preventing bots from registering accounts, or us...
Hello everyone, I face the current problem: I'd like to query A parent article with all it's childre...
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