migrations-generator
migrations-generator copied to clipboard
laravel5.8 There are more Warning
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
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