laravel-snippet-pro
[ restart your vs-code after installation ]
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
Enjoy!
| |