johndavedecano / laragym

A laravel gym management system
262 stars 161 forks source link

COMPOSER INSTALL PSR-4 autoloading standard #95

Closed ben10thao closed 3 weeks ago

ben10thao commented 2 months ago

During Composer Install

Class Tests\Feature\User\StatsControllerTest located in laragym-3.1.1/tests\Feature\StatsControllerTest.php does not comply with psr-4 autoloading standard. Skipping.

Please check on this.

Renaming statscontrollertest.phpnamespace to tests\Feature\User seemed to work but frontend still ain't connecting to the backend

johndavedecano commented 1 month ago

I was wondering if you could send a PR to fix this?