Skip to content

Instantly share code, notes, and snippets.

@wbconnor
wbconnor / LaravelHelpers.md
Created March 2, 2017 15:44 — forked from davidmyersdev/LaravelHelpers.md
Scripts and Tips to help with your Laravel project workflow.

Laravel Helpers

Project Setup

Composer Commands

Commands to help the project setup process.

By adding the following script to your composer.json, running composer install will automatically create your .env file and generate a new app key if the file doesn't exist yet (this now runs after the install, because artisan doesn't work until the packages are installed).

@wbconnor
wbconnor / gitconfig
Created December 5, 2016 18:41 — forked from jalama/gitconfig
Github aliases
[user]
name = Your Name
email = xxx@example.com
[core]
editor = vim
excludesfile = ~/.gitignore
filemode = false
symlinks = true
[merge]
tool = vimdiff