I have prefixes setup for my database: "pmt_" for a couple of tables, i want to override t...
Hi, Is there any way to get php code from a mysql table, and run it in a blade template?
Hello everyone. I need to create a feature of user following. So I could let users follow each other...
Hello Please can somebody help me with an ideea how can I make in laravel complex join with join i...
Hi All, I have two blocks used for searching for active users and all users. Is there a way I can co...
Hey there, I am new on laravel.io, but known over on Laracasts. Just looking for some github project...
I have form in that a dropdown is containing country and state and on the basis of country id i'm fi...
how to make this query in eloquent : SELECT employees.*, groups.name FROM employees JOIN groups ON g...
I have existing image on profile information then i don't want to change it. If i update my profile...
Hi I have stored my images in database using implode function images are in database like array ima...
Where can i put the resize in this code thanks. $this->validate($request, [ 'email' =...
I am using Fluent Query builder. I am having two issues: I want to do union of two statements and af...
Hi, I'm currently using a union to jointly select search results from two tables. However, I'm strug...
Hello guys, I'm making a school system for my school and I have this problem in which I'm stuck for...
this code controller public function cart() { if (Request::isMethod('post')) { $id_product = Request...
Hey what can i code if i don't want to have a image. i get error: Call to a member function getClien...
####Like this image is going in DB ["image1","image2","image3"] but I...
I'm building a laravel application which I would like to modularize and use doctrine instead of Eloq...
Hello all , i want to ask some question . i want to use database connection depending on each user l...
Hi, I have an entity called genre and an entity called project, I have morphed a relationship from p...
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