Marvin Collins Hosea

Results 6 issues of Marvin Collins Hosea

While using facades like Mail, DB etc import them in the controller by default. example ``` php use Illuminate\Support\Facades\Mail; ......... public function storeContact(Request $request) { Mail::to($request->form_email)->send(new ContactEmail('Hi there'); } ```

Can you add notification to slack

New feature request

Add how someone can remove or delete bookmark

feature request

Is there any guide or direction I can follow to generate allure reports from my tests?

Out of curiosity, I would like to know why cmd and main package was included if this is a package/sdk which is meant to be a dependency in other projects.