jadjoubran / laravel-angular

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

Erorr php artisan laravelangular:install #7

Closed MarketingLimited closed 6 years ago

MarketingLimited commented 6 years ago

Method Jadjoubran\LaravelAngular\Command\InstallCommand::handle() does not exist

bumpety commented 6 years ago

Change the Method fire() to handle() in InstallCommand.

That's because the Laravel Framework changed the core method fire() to handle() in Laravel 5.5.

jadjoubran commented 6 years ago

Fixed in #8