-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
1 parent
58e148c
commit 7d35cec
Showing
14 changed files
with
142 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# `beyond:make:query` | ||
Creates a new Spatie query builder. | ||
|
||
> [!IMPORTANT] | ||
> Requires package `spatie/laravel-query-builder` | ||
## Signature | ||
`beyond:make:query {name} {--force}` | ||
|
||
| Parameters | Description | | ||
|------------|--------------------------------| | ||
| name | The name of your query builder | | ||
|
||
| Flags | Description | | ||
|---------|-------------------------| | ||
| --force | Overwrite existing file | |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# `beyond:make:request` | ||
Creates a new request. | ||
|
||
## Signature | ||
`beyond:make:request {name} {--force}` | ||
|
||
| Parameters | Description | | ||
|------------|--------------------------| | ||
| name | The name of your request | | ||
|
||
| Flags | Description | | ||
|---------|-------------------------| | ||
| --force | Overwrite existing file | |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# `beyond:make:resource` | ||
Creates a new resource. | ||
|
||
## Signature | ||
`beyond:make:resource {name} {--force}` | ||
|
||
| Parameters | Description | | ||
|------------|---------------------------| | ||
| name | The name of your resource | | ||
|
||
| Flags | Description | | ||
|---------|-------------------------| | ||
| --force | Overwrite existing file | |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# `beyond:make:rule` | ||
Creates a new rule. | ||
|
||
## Signature | ||
`beyond:make:rule {name} {--g|global} {--force}` | ||
|
||
| Parameters | Description | | ||
|------------|-----------------------| | ||
| name | The name of your rule | | ||
|
||
| Flags | Description | | ||
|----------|----------------------------------------------| | ||
| --global | Creates a global rule inside `Support\Rules` | | ||
| --force | Overwrite existing file | |
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