Protoqol / Prequel

Prequel for Laravel. Clear and concise database management.

Home Page:https://packagist.org/packages/protoqol/prequel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classes not autoloading

debugified opened this issue · comments

commented

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

Same Problem here.