Support the ongoing development of Laravel.io →

Sentry 2 authenticates without matching case

I changed login attribute to "first_name" instead of email, so now when I attempt to authe...

0 Likes
8 Replies

Pagination Question

So I read the pagination code and from what I understand if there are 3 pages of data available and...

0 Likes
2 Replies

Eloquent One to Many With Condition

Hi i have a hard time making successful query, basically i have products table and product_specials...

0 Likes
2 Replies

laravel 4 authentication always returns false

My laravel 4 authentication always returns false. So far I have tried to make an authentication syst...

0 Likes
8 Replies
Solved

Can connect to local sever with artisan but not hostgator

I can easily do a php artisan migrate on MAMP on my local server using localhost. However, when I ch...

0 Likes
3 Replies
posted 10 years ago

Where Document of File Helper in Laravel 4?

Pl help me, where document of file helper in laravel 4?

0 Likes
3 Replies
posted 10 years ago

Auth::login

Hey, is it possible to use Auth::login(); to remember users? With Auth::attempt() you can add 'true'...

0 Likes
1 Replies
Solved

storing/reading dateTime

I am using Laravel 4.1 and MySQL and using DateTime fields in MySQL in UTC timezone. How can I read...

0 Likes
1 Replies
posted 10 years ago

belongsTo not return any result while expected

I'm new to Laravel and at the moment exploring the vast amount of really cool features! I came acros...

0 Likes
5 Replies
posted 10 years ago

Route pattern for email

Hi all, I'm starting with L4. I would like to have a route like user/{email} and define a Route::pat...

0 Likes
5 Replies
Solved

Eloquent update not updating a field

I'm having trouble getting a record from the database, updating it and saving it again. Here is the...

0 Likes
2 Replies
Solved
posted 10 years ago

Organize code for access from many controllers??

I have a design question that I've been struggling with lately. How do you make a chunk of logic th...

0 Likes
2 Replies
posted 10 years ago

ErrorException Undefined index: subType

Hello, I am new to laravel, and I am trying to make some changes to one of our apps that one of our...

0 Likes
3 Replies

How to load the latest collection file

hello, does anyone know how to make my application load the latest collection file I have? Somehow i...

0 Likes
0 Replies

Collection Search

http://laravel.io/bin/DqxWo Hello, I have a collection that I would like to filter it down to what I...

0 Likes
0 Replies

"Metadata" table to array, "Automatically"?

I am interfacing my code with Wordpress which has a table called "Usermeta". The table st...

0 Likes
2 Replies
posted 10 years ago

Running query

Hey, i have a small problem, when running a query like this $user = DB::table('users')->where('na...

0 Likes
1 Replies
Solved

Where clause comparing updated_at to pivot created_at strange results...

I have a User and a Trip model with belongsToMany relationships and a pivot table between. I'm tryi...

0 Likes
0 Replies
posted 10 years ago

Queue::failing method

I cannot seem to understand how to use the Queue::failing method in order to send an email when a jo...

0 Likes
0 Replies

Undefined index: password

Hey, i am making an authentication page, and this is the controller public function postSignIn() {...

0 Likes
3 Replies
Solved

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.