migrations-generator icon indicating copy to clipboard operation
migrations-generator copied to clipboard

laravel5.8 There are more Warning

Open anyAdmin opened this issue 5 years ago • 1 comments

Warning: Ambiguous class resolution, "Way\Generators\Commands\ControllerGeneratorCommand" was found in both "/vendor/way/generators/src/Way/Generators/Commands/ControllerGeneratorCommand.php" and "/vendor/xethron/laravel-4-generators/src/Way/Generators/Commands/ControllerGeneratorCommand.php", the first will be used.

In GeneratorsServiceProvider.php line 58:
Call to undefined method Illuminate\Foundation\Application::share()
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

anyAdmin avatar Jun 01 '19 01:06 anyAdmin

share() was removed in 5.4 https://laravel.com/docs/5.4/upgrade . See https://github.com/laracasts/Laravel-5-Generators-Extended which should work with Laravel 5.8 and even 6.0

jasperf avatar Sep 11 '19 03:09 jasperf