Commit Graph
3 Commits
Author SHA1 Message Date
Roberto Aguilar c40701e3da Sort phpunit environment variables alphabetically 2018-10-27 02:44:54 -05:00
Roberto Aguilar e42ce3eae9 DRY some npm scripts
`dev` and `prod` are just aliases, so this allows to just defer them to their counterparts.

`watch-poll` just adds one extra argument so the special option `--` allows to pass it to the `watch` script.
2017-03-31 00:21:17 -06:00
Roberto Aguilar fd42e10a5f Changes localhost to 127.0.0.1 in database config
In https://github.com/laravel/laravel/pull/3641 was decided to use `127.0.0.1` instead of `localhost` to avoid DNS lookups

This change is to maintain consistency between `.env` and `database.php`
2016-11-14 15:19:31 -06:00