Repoist icon indicating copy to clipboard operation
Repoist copied to clipboard

want to remove namspaces

Open amirgee007 opened this issue 6 years ago • 1 comments

https://laracasts.com/discuss/channels/tips/repoist-laravel-5-repository-generator?page=1 following this one. Repositories Without Schema

php artisan make:repository Task Will output:

app/Repositories/Task/TaskRepository.php app/Repositories/Task/EloquentTaskRepository.php

I want this same as it is above.

but when i run php artisan make:repository Task

it creates two folders. app/Contracts/Task/TaskRepository.php (contract) app/Repositories/Eloquent/EloquentTaskRepository.php i want to to get rid of this. please help

amirgee007 avatar Sep 01 '18 14:09 amirgee007

What exactly do you want to remove?

OzanKurt avatar Oct 22 '18 13:10 OzanKurt