Skip to content

Commit

Permalink
Add specifics to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 19, 2016
1 parent 223d8e7 commit 5b62b20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ lambo superApplication

This will `laravel new superApplication`, change into that directory, make an initial Git commit, and open your web browser to that app.

### What exactly does it do?

- `laravel new $PROJECTNAME`
- `cd $PROJECTNAME`
- Initialize a git repo, add all of the files, and make a commit with the text "Initial commit."
- Replace the `.env` database credentials with the default Mac MYSQL credentials: database of `$PROJECTNAME`, user `root`, and empty password
- Open `$PROJECTNAME.dev` in your browser

## Requirements

- Mac-only.
Expand All @@ -31,6 +39,7 @@ This will `laravel new superApplication`, change into that directory, make an in
## Acknowledgements

Inspired by Taylor Otwell and Adam Wathan's work on Valet.

Name from TJ Miller, inspired by Taylor's love for the lambo.

![](https://i.imgur.com/CrS803Y.gif)

0 comments on commit 5b62b20

Please sign in to comment.