laravel5-snippets-vscode
laravel5-snippets-vscode copied to clipboard
Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
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...
 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. 
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)