Skip to content

Tag: laravel

Issues creating / setting up Laravel Project (Laravel Newbie)

I’ve started playing around with Laravel and have run into problems almost immediately and wondered if anyone had the same issues. I’ve installed composer and tried setting up a new laravel project using composer create-project laravel/laravel –prefer-dist It looks like it starts to work the…

Laravel Image Quality

Every time I upload a new image to my server, this image is resized. The main issue I’m having is that the image is losing a lot of quality. This is the current code: $name1 = str_random(10); …