Support the ongoing development of Laravel.io →
heihachi88

heihachi88

Joined 8 May 2014

Statistics

Threads 30
Replies 42
Solutions 3
Articles 0

Check if selected value exists in a database

I have a form, where user selects category from DB table "categories" and column "tit...

0 Likes
4 Replies

Trying to get property of non object

routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...

0 Likes
7 Replies
Solved

Creating admin page

I have 2 models, Posts and Users. What's the best way to display all the posts and users from databa...

0 Likes
4 Replies
posted 11 years ago

Multiple bindings in a Service provider

I have created a custom service provider to bind interface to a eloquent repository: <?php name...

0 Likes
6 Replies
Solved
posted 11 years ago

@yield() vs @section @show

What's the difference between @yield() and @section() @show They both are placeholders for the sec...

0 Likes
3 Replies
Solved
replied 11 years ago

Laravel 5 assets directory

Thanks, it's indeed for raw assets. Public folder is for css/js/images.

0 Likes
replied 11 years ago

Repository Pattern in Laravel 5

eriktisme said: If you want to use a repository pattern, then it's bad practice. But on topic, if y...

0 Likes
replied 11 years ago

Summernote editor image upload

I know that i can save images that way, but the question was about integrating image upload from sum...

0 Likes
replied 11 years ago

Category tree

Thanks, so in my Category model i should write something like this: public function subcats()...

0 Likes
replied 11 years ago

Repository pattern

Thanks, but this additional layer of abstraction consumes additional time when u're doing simple pro...

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.