Support the ongoing development of Laravel.io →
mejlo

mejlo

Joined 27 May 2014

Statistics

Threads 3
Replies 11
Solutions 2
Articles 0
posted 10 years ago

mod_rewrite.c(1788): [client x.x.x.x] mod_rewrite's internal redirect status: 0/10

Hi, in ProductsController i have method public function getIndex() { $products = Product::orderBy(...

0 Likes
1 Replies
posted 11 years ago

Undefined property: Client::$name ...

Hi, fnc in Eloquent Client model public function getNameAttribute() { if( $this->name) { retu...

0 Likes
2 Replies
Solved
posted 11 years ago

Laravel 5 - route annotations not working

Hi, a create a DashboardController (copy of HomeController) <?php namespace App\Http\Controllers;...

0 Likes
4 Replies
Solved
replied 11 years ago

Laravel 5 - route annotations not working

nberlijn said: Maybe you should try this. Run this command on the command line in your project fold...

0 Likes
replied 11 years ago

Whoops, looks like something went wrong... newbie question

That tutorial is for Laravel 3 and probably you have installed Laravel 4. Enable debuging in app/con...

0 Likes
replied 11 years ago

Pass Variables to Master Blade

http://laravel.com/docs/responses#view-composers

0 Likes
Solved
replied 11 years ago

Relationship Query

with('section')

0 Likes
replied 11 years ago

Trying to get property of non-object

Because Post::where('postID', '=', $id)->get() returns Eloquent Collection, not Model. If 'postID...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.