andreacivita / Laravel-ApiCrudGenerator

Generates api with artisan command
MIT License
12 stars 3 forks source link

php artisan make:crud --all fails with messaage #40

Open softwarefan opened 2 years ago

softwarefan commented 2 years ago

php artisan make:crud --all generates exception in console

Steps to reproduce the behavior:

  1. Start a fresh Laravel 8 project using composer and open it in VSCode
  2. Connect to a db with a table in it
  3. Run commands for installing and compiling package with option 0 (install all tags)
  4. Run the command above in console.

Expected behavior Command completes successfully, but it fails with Type error

Screenshots image

Desktop (please complete the following information):

andreacivita commented 1 year ago

Hi man! Sorry, i didn't got notification about this issue. I'm going in the future to make an update of this package, but if you can, feel free of submitting a PR fixing this issue.