pqrs / l5b-crud

CRUD artisan command for rappasoft/laravel-5-boilerplate
21 stars 15 forks source link

Structure in Repositories folder is not aligned #17

Open neppoz opened 4 years ago

neppoz commented 4 years ago

Hi,

i recently discovered that the folder structure in repositories is not aligned. When generating a new CRUD, in the Frontend folder for every new CRUD will be generated a folder and in Backend it will not.

Repositories(folder) -Backend(folder) --Product.php -Frontend(folder) --Product(folder) ---Product.php

It is a minor issue. No operational problems discovered.

bentran commented 4 years ago

It is likely by design.