[ restart your vs-code after installation ]
This is the README for this extension .
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::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 = []; |
Thats My first extention. So,Please help me to more better.
Contact : https://github.com/IANirab/Laravel-Snippet-Pro/issues
Initial release of ...
Enjoy!