-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document what every type is good for #34
Comments
Thanks for your suggestion. Maybe you want to support us with a pull request? |
@Wulfheart Does the current README feel more descriptive to you? |
@alexgaal Yes, it does. |
You are right, this package is not longer just a package for my own usage. As I already said: Feel free to support us with a PR and better docs. Even a little input how you would expect the docs could help us :) |
I am going to write a draft. |
@Wulfheart do you want to improve the documentation any further? As we are currently developing v7, it can't be a better time to provide better docs ;) |
I guess I will add an annotation where each command creates something in (App/Domain/Infrastructure). This would help me really much as I am always asking myself where it is generated. |
What do you prefer? A structure like this: ## Usage
### Commands
#### App
#### Domain
##### `beyond:make:action`
This command will create a new action class inside your domain.
```bash
php artisan beyond:make:action Users.CreateUserAction
```
###### Options
| Name | Description |
|------------|----------------------------------------------------|
| `--force` | Create the class even if the action already exists |
--- Or something like |
It's your decision :) |
So no preferences? |
We will use the Github wiki for out documentation: https://github.com/AkrilliA/laravel-beyond/wiki Edit: |
As we (again) changed how v7 work, we also again changed the documentation, take a look at |
I think it would be really helpful to document what each type of action which can be generated is good for.
The text was updated successfully, but these errors were encountered: