Support the ongoing development of Laravel.io →
heihachi88

heihachi88

Joined 8 May 2014

Statistics

Threads 30
Replies 42
Solutions 3
Articles 0
posted 11 years ago

Repository pattern

Hello, do i need repository pattern design at all? I am not planning to use any database except mysq...

0 Likes
3 Replies
Solved

Bootstrap row class for every 3 columns

Hello, i want to print 12 articles with pagers using bootstrap 3 theming: @foreach($category->...

0 Likes
4 Replies

Changin date format and localization

I have changed format date that way: BaseModel.php: use Carbon\Carbon; class BaseModel extends \Elo...

0 Likes
0 Replies
posted 11 years ago

str_limit() causing duplicate tags

Hello, i am using: <p> {{ str_limit($page->body, $limit = 280, $end = '...' }} </p>...

0 Likes
1 Replies
posted 11 years ago

Repository pattern design

Do you need it at all? I think it's making laravel even harder.

0 Likes
0 Replies
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.