You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: