guillaumebriday / laravel-blog

Laravel 11.0 blog application with Hotwire, Horizon, Telescope, Sanctum, Breeze and Pusher
https://laravel-blog.guillaumebriday.fr
MIT License
1.75k stars 572 forks source link

[FEATURE REQUEST] select thumbnails from Unsplash #158

Closed adenlall closed 7 months ago

adenlall commented 7 months ago

Describe the Feature

Let the user select images on gallery or on create post page directly from Unsplash.

Expected behavior

Ability of adding Thumbnail directly from create post page by search prompt that use Unsplash API.

Additional context

I want to here your Feedback and I'am planning to work on it on a pull request.

adenlall commented 7 months ago

In additional to this I consider storing just the Unsplash URL of the Image not the Image itself so it can be fine on server usage

guillaumebriday commented 7 months ago

Hi

Thanks for the suggestion but this project is for educative purpose, to learn how to use Laravel in "real life". So I don't think we need this kind of feature!

Thanks!