Support the ongoing development of Laravel.io →

4,599 Threads

fetch multiple images from Database

Hi I have stored my images in database using implode function images are in database like array ima...

0 Likes
4 Replies

Upload image Resize on Controller.

Where can i put the resize in this code thanks. $this->validate($request, [ 'email' =...

0 Likes
6 Replies
Solved
posted 10 years ago

Fluent Query Union Order by issue

I am using Fluent Query builder. I am having two issues: I want to do union of two statements and af...

0 Likes
1 Replies

Distinguishing Row Tables During Union Queries

Hi, I'm currently using a union to jointly select search results from two tables. However, I'm strug...

0 Likes
4 Replies
Solved

Getting information from one table and saving the returned information in new table

Hello guys, I'm making a school system for my school and I have this problem in which I'm stuck for...

0 Likes
1 Replies

i'm gatting .Trying to get property of non-object

this code controller public function cart() { if (Request::isMethod('post')) { $id_product = Request...

0 Likes
1 Replies

(Upload image or not)

Hey what can i code if i don't want to have a image. i get error: Call to a member function getClien...

0 Likes
2 Replies
Solved

Mulyiple Image Upload is not going in correct into Database

####Like this image is going in DB ["image1","image2","image3"] but I...

0 Likes
2 Replies
Solved

Laravel-Doctrine + Pingpong Labs Modules

I'm building a laravel application which I would like to modularize and use doctrine instead of Eloq...

0 Likes
0 Replies

how to change default database connection in controller

Hello all , i want to ask some question . i want to use database connection depending on each user l...

0 Likes
5 Replies
Solved

Cannot delete pivot records in a morph relationship

Hi, I have an entity called genre and an entity called project, I have morphed a relationship from p...

0 Likes
0 Replies
posted 8 years ago

Pointing to wrong database

I need to change the name of my database. I made the change in config/database.php. The name is now...

0 Likes
4 Replies

JSON column

Hello guys, I have model with these settings/methods: protected $casts = ['data' => 'object'];...

0 Likes
1 Replies
Solved

problem to update my image path in lavarel5.1

Hi I tried to update my image path in MySql but i see some tmp file path in mysql and i dont have an...

0 Likes
3 Replies
Solved

preferred techniques of database abstraction

This may be a question where 100 programmers have a 100 different answers but I was wondering if the...

0 Likes
0 Replies

Getting the right data to database

Hi all, So I have this edit blade which contains a textbox and a selectfield. The idea is, to insert...

0 Likes
3 Replies

Displaying not the id, but the name of a certain data from a table connected with foreign key. - Laravel 5.2

I'm trying to pass data to my view and i want to visualize the name of some records not the id so in...

0 Likes
2 Replies

onClick Data is not coming on my view using ajax laravel 5

#This is my ajax <script> $(function(){ $('.click').click(function(){ alert($(this).attr('hr...

0 Likes
3 Replies

Sessions and database

Hello! I set my session driver as database and in session config file set connection as mysql, becau...

0 Likes
1 Replies

cart in laravel

How to create shoping cart in laravel 5 , i'm experience difficulty to make.? it please

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.