Taufek Johar
|
8c1e71eca5
|
Add artisan aliases
Added below php artisan commonly used aliases:
```
dusk = php artisan dusk
fresh = php artisan migrate:fresh
refresh = php artisan migrate:refresh
rollback = php artisan migrate:rollback
```
|
2017-09-24 22:16:04 +08:00 |
|
Mahmoud Zalt
|
4977b0f92f
|
fix alias for phpunit to load from current directory
|
2017-08-07 12:06:11 +03:00 |
|
Mahmoud Zalt
|
004e4354aa
|
add more aliases and functions for better development in the workspace
|
2017-08-03 08:06:48 +03:00 |
|
Mahmoud Zalt
|
d99cf73bf0
|
edit alias, use the phpunit of the project
|
2017-08-03 07:31:41 +03:00 |
|
BAGArt
|
9348dd95a0
|
Issues 563 (#580)
* https://github.com/laradock/laradock/issues/563
hotfix
* https://github.com/laradock/laradock/issues/563
\r
* https://github.com/laradock/laradock/issues/563
\r
|
2017-02-05 11:03:41 -05:00 |
|
Mike Erickson
|
b52dcd4a19
|
540 added alias support (#557)
* 540 added alias support
* Updated aliases, added content to README.md
|
2017-01-17 19:09:05 -05:00 |
|