File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ If you want dynamic vars you can use this:
1313
1414VAR_NAME=[ ASK_FOR_VALUE]
1515
16- Then you wil be prompted to enter a value
16+ Then you will be prompted to enter a value
1717
1818# commontasks
1919Create a .default_laravel_local_dev.tasks in your home directory with the common tasks that you normally perfrom on each local environment.
2020e.g.
2121``` bash
2222npm install
23- mpn run dev
23+ npm run dev
2424php artisan migrate
2525php artisan storage:link
2626```
2727
2828# all
29- Execcute all of the available commands
29+ Execute all of the available commands
3030``` bash
31- php artisan setuolocaldev :all
31+ php artisan setuplocaldev :all
3232```
3333## Installation
3434
@@ -55,7 +55,6 @@ php artisan setuplocaldev:commontasks --file=mytasks
5555php artisan setuplocaldev:all
5656or
5757php artisan setuplocaldev:all --file_env=myvars --file_tasks=mytasks
58-
5958```
6059
6160### Testing
You can’t perform that action at this time.
0 commit comments