Support the ongoing development of Laravel.io →

Eager loading duplication

I'm trying to set up eager loading to prevent N+1 queries, but I'm finding that I have to duplicate...

0 Likes
0 Replies

watson/validating is not validating

Hello. There's my controller code: $site = new Site; $site->fill(Input::only('name', 'slug', 'con...

0 Likes
1 Replies

xdebug for beginners (with laravel and homestead)

I'm trying to figure out how to use a debugger and what it should be doing if I use it properly. I'v...

0 Likes
0 Replies

variables undefined

I have script: $("#consigneeBtn").on('click', function() { var id = document.getElementByI...

0 Likes
0 Replies

Trying to get property of non-object

I am extremely confused why I am getting this error: ErrorException (E_UNKNOWN) - Trying to get prop...

0 Likes
0 Replies

Pagination?

Ok so I swear this was working about 2 months, but I have returned to the project, run composer upda...

0 Likes
6 Replies
posted 10 years ago

How to install latest laravel 4 minor build with "larval new"

How to install latest laravel 4 minor build with "larval new" command? If I try "lara...

0 Likes
1 Replies
posted 10 years ago

Laravel 5, Need to use model in template?

Hello, In Laravel 4, I use a Page::model to load footer data. Now that I am learning Laravel 5, Page...

0 Likes
3 Replies
Solved

L5 group:prefix routes when running php artisan route:clear

Route::group(['prefix' => 'admin'], function() { Route::get('/', function() { dd('loaded'); }...

0 Likes
2 Replies
Solved

Authentication Logout error

I get error Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException when I use...

0 Likes
2 Replies
Solved
posted 10 years ago

5.0 Documentation Bad Link

The IoC Container link on http://laravel.com/docs/5.0/facades (in the first note box) is broken (pag...

0 Likes
1 Replies
posted 10 years ago

How to intregrate moxiemanager in Laravel?

Hi, I am using Laravel 4 and want integrate the moxiemanager. Please Help!

0 Likes
0 Replies
posted 10 years ago

Pivot table data validation

Hello, Im new to the framework, but I'm already loving it. Now straight to the question. I have 3 ta...

0 Likes
0 Replies
posted 10 years ago

Troubleshooting "Target not instantiable" error

I've been stuck on this "Target not instantiable" error for the last 2-3 days and I have n...

0 Likes
1 Replies

Laravel on Google Compute Engine

Morning there, I'm working on Google Compute Engine GCE and i uploaded my laravel projects there,but...

0 Likes
1 Replies

Artisan broken in laravel 4.2

Tried to change env with this command php artisan --env=local does not work just gives me the artisa...

0 Likes
1 Replies

Does not work authorization

Hi, coders! Authorization does not work, bring the class code: function postEnter( ) { $login = In...

0 Likes
0 Replies

Laravel 5 and forms

Hi have added the package in composer and updated app.php with providers 'Illuminate\Html\HtmlServic...

0 Likes
2 Replies
Solved

Added the Form Facade and Alias back in Laravel 5

I am using Laravel 5 and I am getting the following error: FatalErrorException in Facade.php line 2...

0 Likes
3 Replies
posted 10 years ago

L3 - blim datatables

In my controller I got: $users = User::select( array( 'users.id', 'users.username', 'users.created_a...

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