samwisekind / portfolio

Portfolio website (v3)

Home Page:https://flamov.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate converting project/album/photo API to a controller

samwisekind opened this issue · comments

commented
commented

Lumen does not come with model generation via artisan: https://www.stackoverflow.com/a/34340539
https://github.com/webNeat/lumen-generators

Can be done manually but would rather do it through artisan: https://www.medium.com/@petehouston/enable-eloquent-orm-in-laravel-lumen-micro-framework-7a4f2fbcaf5d

Options:

  • Install the lumen-generators package and use it to create models, etc.
  • Manually enable facades and eloquent and make models manually
  • Convert project to Laravel and use via artisan
commented

Closed with #34