- Activitus Bar
- Auto Close Tag
- Better Comments
- Color Highlight
- DotENV
- EditorConfig for VS Code
- ES7 React/Redux/GraphQL/React-Native snippets
- ESLint
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
| [user] | |
| name = Filipe Danielski Andrade | |
| email = [email protected] | |
| [alias] | |
| co = checkout | |
| lg = log --all --graph --decorate --oneline --abbrev-commit | |
| cm = commit | |
| ac = !git add -A && git commit | |
| st = status -sb | |
| tags = tag -l |
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 | |
| namespace WF5\Muse\Core\Database; | |
| use Illuminate\Database\Migrations\Migrator as IlluminateMigrator; | |
| class Migrator extends IlluminateMigrator | |
| { | |
| /** | |
| * @return array |
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 | |
| namespace WF5\Muse\Core\Providers; | |
| use WF5\Muse\Core\Database\Migrator; | |
| use Illuminate\Support\ServiceProvider; | |
| use Illuminate\Contracts\Support\DeferrableProvider; | |
| class NamespacedMigrationServiceProvider extends ServiceProvider implements DeferrableProvider | |
| { |
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
| [Desktop Entry] | |
| Version=1.0 | |
| Name=Firefox Developer Edition | |
| Comment=Browse the Web | |
| Exec=/home/{user}/Application/firefox/firefox --class="firefox-developer" -P dev-edition-default %u | |
| StartupNotify=true | |
| StartupWMClass=firefox-developer | |
| Icon=/home/{user}/Application/firefox/browser/chrome/icons/default/default128.png | |
| Terminal=false |