Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

No repositories included #87

Closed
rorossf opened this issue Oct 8, 2016 · 3 comments
Closed

No repositories included #87

rorossf opened this issue Oct 8, 2016 · 3 comments

Comments

@rorossf
Copy link

rorossf commented Oct 8, 2016

Hello,

I'm using the sample command to generate CRUD,

php artisan crudmaker:new Book
--migration
--schema="id:increments,title:string,author:string"

However I don't see it generating any repositories files that I read in the docs.

app/Repositories/Book/BookRepository.php
app/Repositories/Book/Book.php

Is there a specific reason for this?

@casperboone
Copy link
Contributor

Hi,
Since 1.1.0, CrudMaker does no longer generate repositories, see https://github.com/YABhq/CrudMaker/blob/develop/changelog.md#v110---2016-09-06. If you still want them, make sure to lock to an older version.

@casperboone
Copy link
Contributor

Submitted a PR to fix the docs, https://github.com/YABhq/laracogs-docs/pull/8.

@mlantz
Copy link
Member

mlantz commented Oct 8, 2016

Thanks @casperboone

@mlantz mlantz closed this as completed Oct 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants