Support the ongoing development of Laravel.io →

4,599 Threads

Migrations

Hello, i'm new user of laravel and i tried use migrations relationship but it doesn't work. Can you...

0 Likes
1 Replies
Solved
posted 7 years ago

Please help me to debug!

Hello folks, Please help me to debug my code below. The problem is that after the upload to the data...

0 Likes
1 Replies
posted 7 years ago

Database relations

Hello! Please advice me how to connect two tables within database - Company and Employees. First, yo...

0 Likes
0 Replies

Column not found, using Alias with OrderBy and GroupBy

As the title says, for some reason when using DB::raw and an alias within DB::raw the alias name (fo...

0 Likes
5 Replies

Laravel/Lumen 5.3.3: override evn values in migrations

In laravel documentations I vividly see: https://laravel.com/docs/5.3/configuration#environment-conf...

0 Likes
0 Replies
posted 7 years ago

# I need to convert laravel query instead of MYSQL query.

select * from (select * from messages_history order by created_at desc) x WHERE sender_user_id =...

0 Likes
2 Replies

Error running Queue

I have a Queue, which I'm trying to insert a job but, getting the following error: Next Illuminate\D...

0 Likes
0 Replies

Can't change user's password

Hello everyone, I can't change my user password, but other field. i dont know why, plz help me . wha...

0 Likes
6 Replies
Solved

Eloquent hell ...toSQL doesn't show aggregation

Good day: I've been on this for several days and I believe the Eloquent module has unnecessary level...

0 Likes
1 Replies

Way to "collapse" migrations?

Hello, I'm using SQLite to run unit tests on Jenkins and am unable to use the 5.2 migrations to crea...

0 Likes
1 Replies

Transformers for laravel 4.2

Stuck with old laravel 4.2 project. want to implement dingo like transformers in 4.2 any guidance wo...

0 Likes
0 Replies

How can I get the parent without children with child's eloquent model?

How can I get the parent without children with child's eloquent model? Child eloquent: class Product...

0 Likes
1 Replies

mysqli support in laravel

How can use I mysqli database driver in laravel? I gone through the documentation and found that lar...

0 Likes
2 Replies

Admin Controller(user type) checking in database

Hi. I don't really have a problem with my app. It works but I want to know why it works.... It sound...

0 Likes
2 Replies

How to use updateorcreate on comparing foreign key?

I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...

0 Likes
0 Replies

How to print every data in jquery

How to get each 'name', 'id', and more data particuler in JSON [,…] 0 : [{id: 13, name: "Aashir...

0 Likes
0 Replies

Use Alias in SelectRaw

I've this query: $periodo = Input::get("periodo"); $programa = Input::get("programa...

0 Likes
0 Replies

Can I catch table names thats currently beeing created by the migration?

Is there a way to catch the table names if I run migration from a controller?

0 Likes
2 Replies

Laravel show array json

I want to show data from database: for every id_grup has many lapangan(court) $groups_resource...

0 Likes
2 Replies
posted 7 years ago

Abstract Key/Value Store

Why does Laravel provide direct access to Redis? Wouldn't it be better to provide an abstract Key-Va...

beeyev liked this thread

1 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.