laravel-mailbox icon indicating copy to clipboard operation
laravel-mailbox copied to clipboard

Support in lumen

Open ayophanz opened this issue 4 years ago • 2 comments

I got error 500 in lumen

ayophanz avatar Mar 12 '21 06:03 ayophanz

nvm I make it this works I just copy the package to my helper folder and modify the code to make it work in lumen

ayophanz avatar Mar 22 '21 08:03 ayophanz

I think the main issue in Lumen is likely that some of the request types extend FormRequest, which is only in Laravel.

However, the dependencies don't actually state that Laravel is a dependency.

I think those requests don't actually need to inherit FormRequest. They should be able to just inherit Request without any other modification.

goodevilgenius avatar Jan 24 '22 18:01 goodevilgenius