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

[FIX] Move Action classes to App directory to comply with PSR-4 standard #119

Closed michal3377 closed 3 years ago

michal3377 commented 3 years ago

Action classes were located in the directory that did not match theirs namespace, resulting in broken functionality.

This fixes detection and generation of models, controllers, resources, factories and seeders in Laravel Actions section. It also gets rid of PHP notices during Composer operations.

Fixes: #107, #116

QuintenJustus commented 3 years ago

Nice, thank you for contributing!