This has also been discussed here: https://github.com/laravel/framework/issues/3505 It seems Taylor isn't too big a fan of PSR-4..
thanks barryvdh, was a nice read. yeah it looks like there won't be coming any changes very soon. so i'll go with this structure for the time being i think:
vendor/package/classes
vendor/package/classes/Controllers
vendor/package/classes/...
vendor/package/classes/Models
vendor/package/less
vendor/package/public
vendor/package/src
vendor/package/src/config
vendor/package/src/view
vendor/package/src/lang
vendor/package/tests
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community