Support the ongoing development of Laravel.io →

4,599 Threads

posted 8 years ago

How to pass variable to raw sql query

Hi, i am trying to pass variable to raw sql query and it gives me an error. My query: DB::select(DB:...

0 Likes
1 Replies
Solved

Eloquent relations have suddenly stopped working

Hello, I've been using my laravel made homepage for quite sometime now. After a recent update to my...

0 Likes
0 Replies

DataBase Update using Migration

I am working on an app and sometime i have to add or remove column in database table. using migratio...

0 Likes
3 Replies

Query Error

Please can someone help me? I have this function that returns a sought customer lists by name or cpf...

0 Likes
0 Replies

Laravel Configuration

Laravel makes associating with databases and running questions to a great degree straightforward. Th...

0 Likes
0 Replies

Undefined Variable thats defined :\

So I'm stuck been trying to debug for 3 some days now... Here's my issue maybe someone see's somethi...

0 Likes
2 Replies

Eloquent freaking me out!

User.php class User extends EloquentUser implements AuthenticatableContract, AuthorizableContract, C...

0 Likes
2 Replies
posted 8 years ago

Migrate SQLite to MySQL

Hello, i'm trying to migrate an existing SQLite to MySQL but it throws the following error: [Doctrin...

0 Likes
1 Replies

Route Model Binding Return null.

Can Anyone help me with this issue? I'm new to laravel and would like to know how to resolve this. F...

0 Likes
1 Replies
Solved

custom primary key name

hi guys ! I have problem with many to many relationship , and i hope you help me :D this is my table...

0 Likes
0 Replies

Updating a model with relationship is giving me pain

I have users table and a profiles table structure is: users table has following fields id, name, em...

0 Likes
3 Replies

leftJoin with pagination

Hi! Has anyone here been able to do a leftJoin with pagination? If so what is the correct method? I...

0 Likes
1 Replies
posted 8 years ago

Connect laravel 5 to AWS RDS with SSL

Original post: https://stackoverflow.com/questions/38710723/connect-laravel-5-to-aws-rds-with-ssl I...

0 Likes
0 Replies
posted 10 years ago

How to create temporary table?

I hope someone can teach me how to create a temporary table . I'm using laravel 4. CREATE TEMPORARY...

0 Likes
2 Replies
0 Likes
0 Replies

Auth::attempt() always fail (using Database) in laravel 5.2

AdminController.php public function checkLogin(Request $request){ $validator = Validator::make( a...

0 Likes
0 Replies
posted 10 years ago

Import .sql-file into database

Hi, is there an easy way to import a .sql-file into the database? It just should import the file, no...

0 Likes
7 Replies

NotFoundHttpException in RouteCollection.php line 161

I am learning Laravel by doing a self-exercise. Basically what I want to achieve is the parameter ‘i...

0 Likes
0 Replies

Best way to update user activity

Ho to update user activity? Check if current user is online It is a solution, but update on each pag...

0 Likes
0 Replies

Get result from chunk

Hi All, I have around 500,000+ records on my database and fetching it using the laravel query builde...

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