flipboxstudio / lumen-generator

A Lumen Generator You Are Missing
https://packagist.org/packages/flipbox/lumen-generator
MIT License
822 stars 126 forks source link

Add --markdown option to make:mail generator #28

Closed simonhamp closed 6 years ago

simonhamp commented 6 years ago

Adds the necessary stubs and methods to support Markdown mailables in Lumen. Don't forget to composer require illuminate/mail tho!

Fixes #26

joelhy commented 6 years ago

Please add "use Symfony\Component\Console\Input\InputOption;" to fix "Class 'Flipbox\LumenGenerator\Console\InputOption' not found" error, and squash your commits.

And I will merge your pr.

simonhamp commented 6 years ago

@joelhy Fixed. Can you not squash commits through GitHub?

joelhy commented 6 years ago

Squash option found.