Support the ongoing development of Laravel.io →
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 9 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

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 9 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 9 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
posted 9 years ago

Apache resources

Hey, i do not know if this is the right category, but it seemed the closest. When i access a laravel...

0 Likes
0 Replies

auth filter not working - restful controller

Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...

0 Likes
2 Replies
Solved

Multiple category tables

Hi Guys, I have a question about the naming convention of the tables. We have multiple tables with s...

0 Likes
2 Replies

Package to generate and synchronize lang files

Hi ! I have written a package to generate lang files for you. Write your templates, controllers, ......

0 Likes
0 Replies

Eloquent convention

Hi Laravel Team, I have had some deep trouble on writing Eloquent queries for multiple nested reques...

0 Likes
0 Replies

Laravel 4.1 shared host weird behaviour

I am having troubles deploying Laravel to shared hosting. I have to point out that I have been doing...

0 Likes
5 Replies

How to loading my config environment instead of testing config when doing phpunit?

Hi, We are a team of developers, and each one is running tests locally before commit, each one confi...

0 Likes
0 Replies

Return type of Event::listen in Laravel?

I test Event::listen('test', function () { return 'hello'; }); // and $event = Event::fire('...

0 Likes
2 Replies
posted 9 years ago

Cache problem when using a cached query with a eager loaded join

I am using the file cache for an in office application which has about 5 users. The cache is workin...

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