File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
[ PHP] ( https://php.net ) 5.4+ or [ HHVM] ( http://hhvm.com ) 3.3+, and [ Composer] ( https://getcomposer.org ) are required.
15
15
16
- To get the latest version of Laravel Imanee , simply add the following line to the require block of your ` composer.json ` file.
16
+ To get the latest version of Laravel Identify , simply add the following line to the require block of your ` composer.json ` file.
17
17
18
18
```
19
19
"unicodeveloper/laravel-identify": "1.0.*"
20
20
```
21
21
22
22
You'll then need to run ` composer install ` or ` composer update ` to download it and have the autoloader updated.
23
23
24
- Once Laravel Imanee is installed, you need to register the service provider. Open up ` config/app.php ` and add the following to the ` providers ` key.
24
+ Once Laravel Identify is installed, you need to register the service provider. Open up ` config/app.php ` and add the following to the ` providers ` key.
25
25
26
26
* ` Unicodeveloper\Identify\IdentifyServiceProvider::class `
27
27
28
- You can also use a Facade which provides a fluent way of manipulating images
28
+ Also, register the Facade like so:
29
29
30
30
``` php
31
31
'aliases' => [
You can’t perform that action at this time.
0 commit comments