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

Laravel 5 assets directory

I just noticed new directory /resources/assets That's where all of my css/js/images should go for n...

0 Likes
2 Replies
Solved
posted 11 years ago

Repository Pattern in Laravel 5

Does somebody using Repository pattern in Laravel 5? I need some examples. Or is it a bad practice t...

0 Likes
4 Replies

ForceType application/octet-stream doesn't work

Hello, i am using Apache as backend server and nginx as frontend server. I need to make PDF files do...

0 Likes
0 Replies
posted 11 years ago

Summernote editor image upload

Did someone tried Summernote (http://hackerwins.github.io/summernote/) image uploading? By default i...

0 Likes
3 Replies
posted 11 years ago

Category tree

Hello, how can i make category tree's like: Category 1 category 1.1 category 1.1.1 Categor...

0 Likes
3 Replies
replied 11 years ago

Bootstrap row class for every 3 columns

Ended up with such construction: <div class="row"> @foreach(range(1, 12) as $key...

0 Likes
replied 11 years ago

Bootstrap row class for every 3 columns

Output of your code would be: <div class='row'> <div class="col-md-4">Laravel&...

0 Likes
replied 11 years ago

Bootstrap row class for every 3 columns

Thanks again, but it won't work as i said above: foreach(range(1, 12) as $key => $value) {...

0 Likes
replied 11 years ago

Bootstrap row class for every 3 columns

Thanks, but it won't work in my case. foreach(range(1, 100) as $key => $value) {...

0 Likes
replied 11 years ago

Undefined variable in a child view

stephanecoinon said: I use view composers which I usually place in app/composers.php and require at...

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.