Skip to content

nabilanam/lesnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeSnippets

Few helpful laravel snippets to make devlopment easier.

Marketplace: https://marketplace.visualstudio.com/items?itemName=Nabil.lesnippets

Controller Snippets

  • index
  • create
  • store
  • edit
  • update
  • show
  • destroy

Model Snippets

  • guarded
  • fillable
  • hidden
  • boot
  • belongsTo
  • belongsToMany
  • hasOne
  • hasMany

Other Snippets

  • trycatch
  • dbtrans
  • func
  • pubf
  • prif

Packages

 
 
 

Contributors