Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSR-0 problem in laravel-4-generators: Class names and file locations do not match #198

Open
cweiske opened this issue Dec 6, 2019 · 1 comment

Comments

@cweiske
Copy link

cweiske commented Dec 6, 2019

(The bug is for xethron/laravel-4-generators, but that one has no bug tracker and this package here depends on it).

When using composer 1.10-dev to generate the autoloader (composer dump) there are deprecation notices shown:

Deprecation Notice: Class Way\Generators\Templates\Data\Controller located in ./vendor/xethron/laravel-4-generators/src/Way/Generators/templates/Data/Controller.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v1.11+.
Deprecation Notice: Class Way\Generators\Templates\Data\Migration located in ./vendor/xethron/laravel-4-generators/src/Way/Generators/templates/Data/Migration.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v1.11+.

@oscarafdev
Copy link

Use https://github.com/oscarafdev/migrations-generator for Laravel 6+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants