Support the ongoing development of Laravel.io →

Blade Problem: passing a variable

Hi there! I show you the code and you'll quickly see the problem: This is my routes.php code: ....Ro...

0 Likes
2 Replies
Solved

Homestead error when vagrant up

Hello, When I try to vagrant up or vagrant reload in my homestead i give this error! Why? Never I go...

0 Likes
1 Replies

Mysql vs. excel pivot tables

I want to be clear that I am not even remotely asking if I can run laravel off of pivot tables. I ha...

0 Likes
1 Replies

Create a route to a folder

hello, how do I create a route to a folder? I need the contents of the folder is shown in the broswe...

0 Likes
4 Replies
Solved

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 11 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

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.