- Install Package Control
- Install packages
- Material Theme
- Emmet
- ImprovedMacros for multi-commands
- Set User settings
- Set Key Bindings
This file contains 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
# Installation/Start | |
- download as zip the most recent tag and lock laravel/framework with the same version in composer.json | |
- $ composer install | |
- $ cp .env.example .env | |
- $ php artisan key:generate | |
- $ git branch -develop # do all development with develop branch, us master for production releases | |
# Upgrading |
- You are working on a Laravel 5.2 project
- You are adding a feature that you want to reuse with other Laravel 5 projects,
- For this one, lets assume we are doing https://github.com/pauldominik/deploy
This is when package development comes in. I'm listing good tips on how you can do your dev workflow. So let me start with the gains.
This file contains 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
centered content v and h | |
.flex-center { | |
align-items: center; | |
display: flex; | |
justify-content: center; | |
} |
This file contains 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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"default_line_ending": "unix", | |
"draw_white_space": "all", | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": |