Support the ongoing development of Laravel.io →

mejlo

Joined 27 May 2014

Statistics

Threads 3
Replies 11
Solutions 2
Articles 0
posted 9 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 9 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 9 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 8 years ago

Get date from timestamp in laravel

http://laravel.com/docs/5.0/queries#raw-expressions

0 Likes
replied 9 years ago

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

Wow, now the seme error with "getEdit" method, 5 minutes ago it works....

0 Likes
replied 9 years ago
0 Likes
replied 9 years ago

Uploading video with Laravel + DropzoneJS + DigitalOcean

Try to check, if uploaded file exists http://laravel.com/docs/4.2/requests#files

0 Likes
replied 9 years ago

Undefined property: Client::$name ...

Thanks very much, i do it this way public function getNameAttribute() { if( isset($this->attribu...

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.

© 2024 Laravel.io - All rights reserved.