Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Pintiuta <[email protected]>
  • Loading branch information
pinclau committed Jul 10, 2024
1 parent 81eb430 commit 45951a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/v5/tutorials/create-book-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The below files structure is what we will have at the end of this tutorial and i
* `src/Book/src/InputFilter/BookInputFilter.php` - input filters and validators
* `src/Book/src/InputFilter/Input/*` - input filters and validator configurations

## Creating and configuring the module.
## Creating and configuring the module

Firstly we will need the book module, so we will implement and create the basics for a module to be registered and functional.

Expand Down Expand Up @@ -127,7 +127,7 @@ class ConfigProvider

### Registering the module

* register the module config by adding the ` Api\Book\ConfigProvider::class` in `config/config.php` under the `Api\User\ConfigProvider::class`
* register the module config by adding the `Api\Book\ConfigProvider::class` in `config/config.php` under the `Api\User\ConfigProvider::class`
* register the namespace by adding this line `"Api\\Book\\": "src/Book/src/"`, in composer.json under the autoload.psr-4 key
* update Composer autoloader by running the command:

Expand Down

0 comments on commit 45951a0

Please sign in to comment.