Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make:model not working #1

Open
georstoy opened this issue Sep 30, 2019 · 1 comment
Open

make:model not working #1

georstoy opened this issue Sep 30, 2019 · 1 comment

Comments

@georstoy
Copy link

georstoy commented Sep 30, 2019

Hi @tilakputta,
I am happy to find this package.

Running php artisan make:model ModelName creates the following ModelName.php file
`<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class ModelName extends Model
{
//
}I was expecting something like<?php

namespace App;

use Jenssegers\Mongodb\Eloquent\Model;

class ModelName extends Model
{
//
}`

@georstoy
Copy link
Author

georstoy commented Oct 1, 2019

Do you think the package is not replacing the make:model because it does not have a service provider yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant