Support the ongoing development of Laravel.io →
heihachi88

heihachi88

Joined 8 May 2014

Statistics

Threads 30
Replies 42
Solutions 3
Articles 0

Call to a member function links() on a non-object

Trying to use out of the box laravel pagination in blade template: {{ $pages->links() }} In cont...

0 Likes
0 Replies

Saving image path to a database

$image = $input['image']; $filename = $image->getClientOriginalName(); $destination = 'upload...

0 Likes
7 Replies
Solved

How to delete column contents and save it to database?

I have following code: public function delImage($path, $id) { $page = Page::find($id); \File::d...

0 Likes
1 Replies

Saving checkbox value in to a database

My form: {{ Form::checkbox('portfolio', 0, false) }} By default checkbox is unchecked. In controlle...

0 Likes
2 Replies
Solved

How to delete an image file when deleting a page?

In controller: public function deletePage() { $pageClass = $this->page->find(Input...

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