Support the ongoing development of Laravel.io →

Better architecture for the process of searching results from an Elasticsearch server

I am refactoring one our search endpoints in our application. Number of Input parameters that effect...

0 Likes
0 Replies

Is there a way to alter the UPDATE SQL generated by Laravel?

I am trying to implement data version-checking, so that when a user A tries to save data, the operat...

0 Likes
5 Replies
posted 10 years ago

Creating/Inserting relations in Eloquent

Hi, How i can add relationship into object but don't save it now. Example: $user = new User(); $user...

0 Likes
9 Replies
posted 10 years ago

Starting Latchet server with artisan cmd - works on vagrant, not on ec2

Hi, I've set up Latchet on my vagrant box and start it using an artisan command on deployment: publi...

0 Likes
0 Replies

Laravel + tappleby auth token package - Separate controllers?

I'm building a Laravel app which also includes an API. I'd like to extend the default Laravel auth s...

0 Likes
1 Replies
posted 10 years ago

Trying to get property of non-object - but dd has it

I cannot work this out. If I dd($comment->user->email) I can get the email address but in the...

0 Likes
2 Replies

User Email Preferences

I'm trying to create table that I can store email preferences for each user. So far I've created a e...

0 Likes
2 Replies
posted 10 years ago

Session::put before Omnipay::create not persisting

Hello, I am trying to save some variables on session before i redirect to paypal.. $var = Input::all...

0 Likes
4 Replies
Solved

Laravel 4 Tool: View Generator

Hey Everyone! I created a simple tool to help with the creation of a couple views: create and edit....

0 Likes
21 Replies

L5 WAMP Setup

I understand that the "serve" command has been removed from artisan. So I'm trying to setu...

0 Likes
1 Replies
Solved
posted 10 years ago

App::before() runs more than once

Hi, Somehow, the App::before() method runs more than once. I figured it out by adding a log each tim...

0 Likes
2 Replies

URL length is being limited - please help

I want to be able to display pages/articles with variable length categories http://www.site.com/test...

0 Likes
9 Replies
Solved

Update, updating model fails

Hi! I've encountered a problem updating and update a Model. I dont have any helpful snippets to show...

0 Likes
0 Replies

Dynamic Pagination

Hello, I'm trying to create a select box and paginate all users instances based on that variable. Fo...

0 Likes
3 Replies
Solved
posted 10 years ago

can i access the object under hasmany?

hi all , i got some question about the Eloquent i have an album contains many photo, and each of tho...

0 Likes
2 Replies

Laravel Session Gets Expired Randomly

Hi Guys, We have this problem on our website (we use laravel 4.1) that sometimes the session gets ex...

0 Likes
0 Replies
posted 10 years ago

belongsTo relationship with pivot table

Hi, I'm just start using Laravel and run into a relationship problem. I've got basic many-to-many re...

0 Likes
3 Replies
Solved
posted 10 years ago

if cannot find column create it

Hi, I have a query from a sevice that has many colmns. I will store this data in my table. I want to...

0 Likes
0 Replies

Page specific links, works but for root page

So I'm converting my existing vanilla php site to laravel, I'm loving it but I'm having an extremely...

0 Likes
1 Replies
Solved

SOLVED: Misunderstanding something in eloquent with naming!

I'm sorry about the title, maybe it isn't appropriate for this thread but i really need your attenti...

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

© 2025 Laravel.io - All rights reserved.