This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Homestead | |
| ##---------- | |
| alias hu="homestead up" | |
| alias hh="homestead halt" | |
| alias he="homestead edit" | |
| alias hs="homestead ssh" | |
| alias hp="homestead provision" | |
| alias tinker="php artisan tinker" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## PHP & Laravel | |
| '.php': | |
| 'Blade errors list': | |
| 'prefix': 'lerr' | |
| 'body': """ | |
| @if( $status ) | |
| <div class="alert alert-info" role="alert"> {{$status}} </div> | |
| @endif | |
| @if ($errors->any()) |
NewerOlder