laravel5-snippets-vscode icon indicating copy to clipboard operation
laravel5-snippets-vscode copied to clipboard

Import php classes

Open marvinhosea opened this issue 5 years ago • 2 comments

While using facades like Mail, DB etc import them in the controller by default.

example

use Illuminate\Support\Facades\Mail;

.........

public function storeContact(Request $request)
    {
        Mail::to($request->form_email)->send(new ContactEmail('Hi there');

    }

marvinhosea avatar Nov 16 '19 20:11 marvinhosea

PLEASE!

marchershey avatar Dec 22 '19 21:12 marchershey

@marvinhosea @marchershey I collect some handy and useful packages for PHP productivity. You may check it out!

https://marketplace.visualstudio.com/items?itemName=onecentlin.php-productive-pack

onecentlin avatar May 23 '20 13:05 onecentlin