Support the ongoing development of Laravel.io →
Neoglyph

Neoglyph

Joined 12 Jan 2016

Statistics

Threads 0
Replies 17
Solutions 6
Articles 0

neoglyph has not posted any threads yet

replied 9 years ago

Mulyiple Image Upload is not going in correct into Database

If you just want a string, then replace $sell->image = json_encode($imagelist); with $sell->i...

0 Likes
Solved
replied 9 years ago

Upload image Resize on Controller.

Check out Intervention Image here. That should help you work with images with ease. Sample: $image =...

0 Likes
Solved
replied 9 years ago

help with identifier and parameter

To get back to the first issue... Route::get('/products/{productname}', array( 'as' => 'whatever'...

0 Likes
Solved
replied 9 years ago

Laravel 5 | Type Error

Try changing the handle parameters public function handle($request, Closure $next) { ... }

0 Likes
replied 9 years ago

Guzzle gives me different data

Try this to get the response data from the stream. $response->getBody();

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.

© 2026 Laravel.io - All rights reserved.