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

Laravel snippets for Visual Studio Code (Support Laravel 5 and above)

Results 15 laravel5-snippets-vscode issues
Sort by recently updated
recently updated
newest added

relation morphedByMany is missing. Will you consider adding this?

I am not sure if this is the right place, because this is not part of a Facade. Just another way to do this without importing the Facade.

Hi there 👋 First off, great freakin plugin! Thank you for your work!!! I do however get this nagging error: Am I missing some other plugin that should define blade...

Thanks a lot for the extension! It would be nice if when we use `Relation:*` snippets it also applies return type. **Current example (Relation::hasOne)** ```php public function user() { return...

![image](https://user-images.githubusercontent.com/56433677/97070616-f2d9b900-1603-11eb-9200-f78f490716b6.png) how to delete unsigned, nullable, default when making a column using the laravel snippet, what do you do?

I'm a [VS Codium](https://github.com/VSCodium/vscodium) user, a FLOSS version of VS Code, it's the same code but without the Microsoft's telemetry and branding. I want to request if possible to add...

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

Each time I hit "ctrl+S", a blank line adds up between every 2 lines of code. It becomes a mess. Please help me solving this. ![screenshot 342](https://user-images.githubusercontent.com/25792696/50545364-9ab81280-0c37-11e9-9b9a-558605c46433.png)

It doesn't format the code when I paste the html code from clipboard in view blade.php. I also use Shift+Alt+F and still not working. Any solution to recommend?

This would be an amendment to issue #9. **Laravel Collective Deprecation**: [https://laravelcollective.com/thanks](https://laravelcollective.com/thanks) **Spatie's package**: [https://spatie.be/docs/laravel-html](https://spatie.be/docs/laravel-html)