Support the ongoing development of Laravel.io →

4,606 Threads

Eloquent exists

hi, here is my code snippet [code] $data = [ 'categoryId' => 3,...

0 Likes
4 Replies

Defining models in runtime

Hi there, Laravel newbie here. I'm working on some auto CRUD add-on functionality for an already bui...

0 Likes
19 Replies
Solved

Image Intervention - store object chain in database?

I'm trying to store the manipulations of image intervention in a database, but I'm unable to do so....

0 Likes
3 Replies
posted 9 years ago

Multiple product image update

Hi my laravel buddies, i have implemented the e-shop, i have an product categories and products, the...

0 Likes
3 Replies
Solved
posted 9 years ago

Having and Pagniate

I can see this isn't the first time that this issue has come up. I have not been able to make it wor...

0 Likes
2 Replies

MAMP and Laravel with Migrations

I'm trying to put together a project for a repository. I'm trying to work with my project locally th...

0 Likes
2 Replies

Multiple Select to DB

Hii how to insert data from multiple select to database ?? I'm using this code

0 Likes
3 Replies

common variable for migrations

Hi, I am creating migrations for my project and as usual defining string fields and their length als...

0 Likes
4 Replies
Solved

Existing mySQL DB for login credentials

Hi, I want to create a login which is implemented in a website on a server. On this server there is...

0 Likes
5 Replies

Iterating over Nested Data

I'm trying to upgrade a legacy app and there I basically need to echo out a bunch of hierarchical da...

0 Likes
2 Replies

reusing a partial in multiple places... some problems?

OK so i have a partial that i have been using in several places.. so far it has worked perfectly bec...

0 Likes
2 Replies

Eager loading polymorphic relation with custom fields

Short version I have a basic polymorphic relation between a Note model and many things, including a...

0 Likes
12 Replies
Solved
posted 9 years ago

AUTO_INCREMENT for MySQL

Hi All, I'm at a loss for what's happening. I'm running two queries on a table as part of my migrati...

0 Likes
0 Replies

How can find a key on a other model and insert on a query for store method

Hi friends, I have a form, with selectbox for employees, so select the id, well on my table users I...

0 Likes
2 Replies

fzaninotto/Faker Laravel 5 What can I do insert one out of 3 possible strings in the database

I would like to populate a field string(50) with one out of 3 possibilities, what can I write there?...

0 Likes
1 Replies

Why the same query works at different servers on a miscellaneous?

Tell me please. Why on the local server this query: $pricelists = PriceList:: all ()-> where ('ca...

0 Likes
4 Replies

Seeder parse error in laravel 5.0 Faker

<?php use Faker\Factory as Faker; use Illuminate\Database\Seeder; use Illuminate\Database\Eloque...

0 Likes
2 Replies

DB.. Many to Many with information (user messages)

My Db schema looks like this.. (omitting some info) users (id, first_name,.....) messages (id, user_...

0 Likes
1 Replies

What database to use

Hi, i create an social-messaging system, where people can and friends and write messages like in Fac...

0 Likes
6 Replies

How can get data from belongsToMany and send the relation array as objecto to view

Thanks folks for your attention! Employee model with select a column: public function departments()...

0 Likes
6 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.

© 2025 Laravel.io - All rights reserved.