Laravel 6 Tutorials for Beginners (Part 43) - Install Intervention Image

Опубликовано: 28 Сентябрь 2019
на канале: Code With Patrick
907
4

Intervention Image is an open source PHP image handling and manipulation library. It provides an easier and expressive way to create, edit, and compose images.
Intervention Image has optional support for Laravel and comes with a Service Provider and Facades for easy integration.

Installing Image Intervention
1).To Install just run composer require intervention/image
2). In the $providers array add the service providers for this package.
Intervention\Image\ImageServiceProvider::class
3). Add the facade of this package to the $aliases array.
'Image' Intervention\Image\Facades\Image::class
Learn How to Upload Profile Picture, Profile avatar, Profile Image,User Image
Steps :
1). Add avatar column to the Users table
2). Create the Profile View
3). Install Image Intervention
4). Create the update method inside the ProfileController.
5). Create The routes
6). Add the user profile image to the view


Смотрите видео Laravel 6 Tutorials for Beginners (Part 43) - Install Intervention Image онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Code With Patrick 28 Сентябрь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 90 раз и оно понравилось людям.