jadjoubran / laravel-angular

(deprecated) Laravel & Angular package
https://laravel-angular.io
MIT License
179 stars 25 forks source link

compatible with laravel 5.1? #10

Closed steros closed 6 years ago

steros commented 6 years ago

is this package compatible with laravel 5.1? because I'm getting this error when running php artisan laravelangular:install

[Symfony\Component\Debug\Exception\FatalErrorException]
Class Jadjoubran\LaravelAngular\Provider\LaravelAngularServiceProvider contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (
Illuminate\Support\ServiceProvider::register)

jadjoubran commented 6 years ago

Hi @steros I think it doesn't work with 5.1 because of a change in the service provider Would you be able to send a PR? Thanks!

steros commented 6 years ago

Hi @jadjoubran I think unfortunately I won't be able. We just decided to switch to 5.5 anyway. So the problem solved itself so to speak.

jadjoubran commented 6 years ago

Cool!