Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

Classes not autoloading #116

Closed debugified closed 3 years ago

debugified commented 3 years ago

Describe the bug Composer gives me feedback when installing: Class Protoqol\Prequel\App\MigrationAction located in ./vendor/protoqol/prequel/src/Laravel/MigrationAction.php does not comply with psr-4 autoloading standard. Skipping. Class Protoqol\Prequel\App\FactoryAction located in ./vendor/protoqol/prequel/src/Laravel/FactoryAction.php does not comply with psr-4 autoloading standard. Skipping. Class Protoqol\Prequel\App\SeederAction located in ./vendor/protoqol/prequel/src/Laravel/SeederAction.php does not comply with psr-4 autoloading standard. Skipping. Class Protoqol\Prequel\App\ControllerAction located in ./vendor/protoqol/prequel/src/Laravel/ControllerAction.php does not comply with psr-4 autoloading standard. Skipping. Class Protoqol\Prequel\App\ModelAction located in ./vendor/protoqol/prequel/src/Laravel/ModelAction.php does not comply with psr-4 autoloading standard. Skipping. Class Protoqol\Prequel\App\ResourceAction located in ./vendor/protoqol/prequel/src/Laravel/ResourceAction.php does not comply with psr-4 autoloading standard. Skipping.

To Reproduce Steps to reproduce the behavior: Install Laravel 8.21.0 Run command: composer require protoqol/prequel

Expected behavior A simple installation without warnings

PHP Version PHP 7.3.25 (cli) (built: Nov 30 2020 23:47:20) ( NTS )

Database type MySQL Server version: 8.0.22 Homebrew

styler2go commented 3 years ago

Same Problem here.