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).
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 = Your Name | |
email = [email protected] | |
[core] | |
editor = vim | |
excludesfile = ~/.gitignore | |
filemode = false | |
symlinks = true | |
[merge] | |
tool = vimdiff |