Closed tylerodonnell closed 9 years ago
+1
Been testing it in Laravel 5.1 and it seems to be working smooth. The only addition would be to the documentation detailing how you declare providers in app.php
.
It has changed from:
'providers' => array(
...
'RobbieP\CloudConvertLaravel\CloudConvertLaravelServiceProvider'
)
To:
'providers' => array(
...
RobbieP\CloudConvertLaravel\CloudConvertLaravelServiceProvider::class
)
But thats syntactical and both work fine.
Hi.
I'm trying to install this package to a Laravel 5.1 project. Unfortunately, Composer refuses to install the package.
I think it may be as simple as bumping your
"illuminate/filesystem": "5.0.*@dev"
line in composer.Thanks!