Atom Package: https://atom.io/packages/atom-laravel-snippets.
apm install atom-laravel-snippets
Or Settings/Preferences ➔ Install ➔ Search for atom-laravel-snippets
. You should restart Atom after the Install / Update of the package.
- ho: hasOne
- hm: hasMany
- bt: belongsTo
- btm: belongsToMany
- hot: hasOneThrough
- hmt: hasManyThrough
- mt: morphTo
- mo: morphOne
- mm: morphMany
- mtm: morphToMany
- mbm: morphedByMany
- getA: Accessor
- setA: Mutator
- scope: Local scope
- scopeDyn: Dynamic scope