Support the ongoing development of Laravel.io →
Albert221

Albert221

Joined 13 Apr 2014

Statistics

Threads 11
Replies 14
Solutions 1
Articles 0

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
posted 11 years ago

Fatal error on deleting, but it works

Hello all, I have innormal problem. My code (I'm using Slim): $app->get('/delete/:id', function($...

0 Likes
3 Replies
posted 11 years ago

Best way to create route and resource controller

Hi all! Sorry for my bad english. I want to create this route: /{slug} GET - site.show And oth...

0 Likes
2 Replies
Solved

Artisan logout

Can I logout all users by using Artisan?

0 Likes
1 Replies
posted 11 years ago

Character coding header

Is laravel by default sending charset coding header? Is it utf8? Can iI skip my meta[charset] tags?...

0 Likes
1 Replies
Solved
replied 11 years ago

[Laravel 5] Call to a member function domain() on a non-object

I have newest files and problem is still there. Any other sugestions?

0 Likes
replied 11 years ago

Mail not sending

In app/config/mail.php there is a variable, which disallow sending mails.

0 Likes
replied 11 years ago

Creating new model object with unusual value

This: $page = new \Page; $page->fill(\Input::only('name', 'slug', 'content', 'type')); $page->...

0 Likes
replied 11 years ago

Adding Response::route() to Illuminate

why not? http://laravel.com/api/4.2/Illuminate/Routing/Redirector.html#method_route

0 Likes
replied 11 years ago

Adding Response::route() to Illuminate

I think you mistake this of return Redirect::route();

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.