Support the ongoing development of Laravel.io →

Kamil Bielak

Joined 4 Jan 2019

Statistics

Threads 0
Replies 4
Solutions 1
Articles 0

niqs has not posted any threads yet

replied 5 years ago

Upload image to database and display it

maybe you can use file_get_contents($image) with base64_encode

0 Likes
replied 5 years ago

Using an array of Objects in a form drop down

$products - must be collection then {!! Form::select('product', $products->pluck('name','id')) !!...

0 Likes
replied 5 years ago

What PHP IDE are you using for Laravel??

VSCode - is`t not an IDE, its text editor. But with good plugins - Beatify, Laravel Artisan, Laravel...

0 Likes
replied 5 years ago

How to print employee report in Laravel 5.x

For me, a good solution is to generate pdfs with https://github.com/barryvdh/laravel-dompdf is easy...

0 Likes
Solved

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.

© 2024 Laravel.io - All rights reserved.