Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Laravel Snippet ProNew to Visual Studio Code? Get it now.
Laravel Snippet Pro

Laravel Snippet Pro

Istiaq Ahmmed Nirab

|
11,691 installs
| (0) | Free
its a new Laravel vs-code extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

laravel-snippet-pro

[ restart your vs-code after installation ]

Generic badge Build Status contributions welcome

This is the README for this extension .

Features

Trigger Snippet
rget Route::get('','')->name();
rpost Route::post('','');
rv return view()->with();
sg Session::get('');
seh Session::has('');
sput Session::put('',$variable);
authattempt Create Complete Auth Attempt
logout Create a Complete Logout Function
mail Mail::to('')->send(new MailClass());
mcreate Model::create([]);
mselect Model::all();
mupdate Model::where()->update([]);
dbselect DB::table('')->select()->get();
dbinsert DB::table('')->insert([]);
dbupdate DB::table('')->where()->update([]);
index Create Index Function
create Make Create Function
store Create Store Function
update Create Update Function
show Create Show Function
edit Create Edit Function
destroy Create Destroy Function
pt protected $table = '';
pfill protected $fillable = [];
pall protected $table = ''; protected $fillable = [];

Known Issues

Thats My first extention. So,Please help me to more better.

Contact : https://github.com/IANirab/Laravel-Snippet-Pro/issues

Release Notes

1.0.0

Initial release of ...


For more Links

  • GitHub
  • Facebook

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft