onecentlin / laravel5-snippets-vscode

Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
MIT License
36 stars 19 forks source link

Import php classes #20

Open marvinhosea opened 4 years ago

marvinhosea commented 4 years ago

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');

    }
marchershey commented 4 years ago

PLEASE!

onecentlin commented 4 years ago

@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