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...
I need to change the name of my database. I made the change in config/database.php. The name is now...
Hello guys, I have model with these settings/methods: protected $casts = ['data' => 'object'];...
Hi I tried to update my image path in MySql but i see some tmp file path in mysql and i dont have an...
This may be a question where 100 programmers have a 100 different answers but I was wondering if the...
Hi all, So I have this edit blade which contains a textbox and a selectfield. The idea is, to insert...
I'm trying to pass data to my view and i want to visualize the name of some records not the id so in...
#This is my ajax <script> $(function(){ $('.click').click(function(){ alert($(this).attr('hr...
Hello! I set my session driver as database and in session config file set connection as mysql, becau...
How to create shoping cart in laravel 5 , i'm experience difficulty to make.? it please
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