-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
1,177 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Don't worry if this directory does not exist in your | |
application—it will be created the first time you run the | ||
`make:command` Artisan command: | ||
|
||
```shell | ||
```bash | ||
node artisan make:command SendEmails | ||
``` | ||
|
||
|
@@ -65,7 +65,7 @@ If you do so, Athenna will always import and load only that | |
specific command that you want to execute, meaning that if | ||
you execute the following command: | ||
|
||
```shell | ||
```bash | ||
node artisan send:email [email protected] | ||
``` | ||
|
||
|
@@ -372,7 +372,7 @@ export class Greet extends BaseCommand { | |
} | ||
``` | ||
|
||
```shell | ||
```bash | ||
node artisan greet <name> <age> | ||
``` | ||
|
||
|
@@ -402,7 +402,7 @@ export class Greet extends BaseCommand { | |
} | ||
``` | ||
|
||
```shell | ||
```bash | ||
node artisan greet 22 lenon txsoura | ||
``` | ||
|
||
|
@@ -439,7 +439,7 @@ export class Greet extends BaseCommand { | |
} | ||
``` | ||
|
||
```shell | ||
```bash | ||
node artisan greet -n lenon | ||
``` | ||
|
||
|
@@ -485,7 +485,7 @@ export class AthennaPizzeria extends BaseCommand { | |
} | ||
``` | ||
|
||
```shell | ||
```bash | ||
node artisan pizza | ||
You ordered a pizza with sauce and mozzarella cheese | ||
|
||
|
@@ -522,7 +522,7 @@ export class Greet extends BaseCommand { | |
} | ||
``` | ||
|
||
```shell | ||
```bash | ||
node artisan greet --names=lenon --names=txsoura | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.