Support the ongoing development of Laravel.io →
posted 10 years ago

how to create custom query error exception

Hi, I' m very new in Laravel and I think it's a very easy-to-learn and powerful tool, now I'm tring...

0 Likes
5 Replies

Laraval 5. Eloquent model returns extra stuff?

I am just beginning to learn Laravel 5, I am doing this: public function update($id, Request $reques...

0 Likes
2 Replies
Solved

How to setup development server and client environment?

Hi guys, i am sure many of you will find the question repetative and or stupid but what i am trying...

0 Likes
2 Replies
posted 10 years ago

Still using L3, Should I just move to L5 or learn L4 first?

I have several older sites that were built in L3 that I have been maintaining for the last year or s...

0 Likes
1 Replies

Extending Illuminate\View\Engines\CompilerEngine

Hey, is there a way to extend Illuminate\View\Engines\CompilerEngine? I want to override one of its...

0 Likes
1 Replies

Laravel 5, PHPUnit, app var is null

I'm trying to recreate this line from a controller in a PHPunit test in laravel 5. $routes = $this-...

0 Likes
1 Replies
Solved
posted 10 years ago

Auth Custom Driver Error ( Been Trying Forever To Fix This )

FYI : I'm very new to Laravel and doing my best to learn it properly. Working on an auth driver that...

0 Likes
3 Replies

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

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.