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:
13
13
14
14
VAR_NAME=[ ASK_FOR_VALUE]
15
15
16
- Then you wil be prompted to enter a value
16
+ Then you will be prompted to enter a value
17
17
18
18
# commontasks
19
19
Create a .default_laravel_local_dev.tasks in your home directory with the common tasks that you normally perfrom on each local environment.
20
20
e.g.
21
21
``` bash
22
22
npm install
23
- mpn run dev
23
+ npm run dev
24
24
php artisan migrate
25
25
php artisan storage:link
26
26
```
27
27
28
28
# all
29
- Execcute all of the available commands
29
+ Execute all of the available commands
30
30
``` bash
31
- php artisan setuolocaldev :all
31
+ php artisan setuplocaldev :all
32
32
```
33
33
## Installation
34
34
@@ -55,7 +55,6 @@ php artisan setuplocaldev:commontasks --file=mytasks
55
55
php artisan setuplocaldev:all
56
56
or
57
57
php artisan setuplocaldev:all --file_env=myvars --file_tasks=mytasks
58
-
59
58
```
60
59
61
60
### Testing
You can’t perform that action at this time.
0 commit comments