Skip to content

want to remove namspaces #30

Description

@amirgee007

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions