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

artisan asgard:module:scaffold doesn't ask whether to use Eloquent or Doctrine #809

Open
ilechcod opened this issue May 15, 2021 · 0 comments

Comments

@ilechcod
Copy link

Summary of issue

Running php artisan asgard:module:scaffold skips asking whether to use Eloquent or Doctrine for entity generation. It just asks for list of entities and uses Eloquent to generate them by default, even with Doctrine installed.

Steps to reproduce

(1)Install asgardcms (master)
(2)Run composer require laravel-doctrine/orm doctrine/inflector:"^1.4|^2.0"
(3) Run php artisan vendor:publish - - tag="config" - - provider="LaravelDoctrine\Doctrine\ORM\DoctrineServiceProvider"
(4) Run php artisan asgard:module:scaffold

System Details

Ubuntu 20.04
Php 7.3
Laravel 8
Asgardcms/Platform (master branch, 4.0.0)

@ilechcod ilechcod changed the title module:scaffold doesn't ask whether to use Eloquent or Doctrine artisan asgard:module:scaffold doesn't ask whether to use Eloquent or Doctrine May 15, 2021
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