Support the ongoing development of Laravel.io →
pogachar

pogachar

Joined 26 Jul 2014

Statistics

Threads 5
Replies 133
Solutions 16
Articles 0

Multiple page templates

The scenario: User creates a new page. Once he writes the content, he has the option to select the d...

0 Likes
0 Replies
posted 11 years ago

Laravel and Angularjs

Anyone knows of an open source project built with them together, or at least some resources to get m...

0 Likes
4 Replies
posted 11 years ago

Codeception functional testing

When I test manually, everything works, but RegisterCept.php functional test just won't pass $I = ne...

0 Likes
2 Replies

Multiple forms with same names on one page

So I have two forms on a single page. Login (email, password) and register (username, email, passwor...

0 Likes
3 Replies
posted 11 years ago

Homestead port

I'd like to use Homestead for a non-laravel project, just a simple sandbox if you will, that has a f...

0 Likes
3 Replies
Solved
replied 11 years ago

'php artisan routes' doesn't show controller filters

I had the same problem so I just leave them in routes. As you said... it's very useful to have that...

0 Likes
replied 11 years ago

Handling in model validation

$validator = Validator::make(Input::all(), User::$rules) if($validator->fails() { return Red...

0 Likes
Solved
replied 11 years ago

generating URL like ?filter=posts

If anyone is wondering, HTML::linkRoute and link_to_route accept that as third parameter as array. l...

0 Likes
Solved
replied 11 years ago

view does not find css,img,js from public

Are you loading files using Blade? {{ HTML::style(url, attributes, secure) }} {{ HTML::script(url, a...

0 Likes
replied 11 years ago

Laravel custom pagination problem -> FatalErrorException

To remove the unclickable one use "return null;" on getDisabledTextWrapper. I haven't figu...

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.