AkrilliA / laravel-beyond

Create Laravel classes in a domain driven way (insired by Spatie Laravel Beyond CRUD)
ISC License
219 stars 24 forks source link

Comply to PSR-4 standard #30

Closed alexanderkroneis closed 2 years ago

alexanderkroneis commented 2 years ago

It seems like namespace of our stubs are different than their actual location after creation. We should adopt this to comply with psr-4 standard.

Class App\Api\Resources\SkillCollection located in ./src/App/Api/Skill/Resources/SkillCollection.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Api\Resources\EmploymentAdCollection located in ./src/App/Api/EmploymentAd/Resources/EmploymentAdCollection.php does not comply with psr-4 autoloading standard. Skipping.