File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The below files structure is what we will have at the end of this tutorial and i
4040* ` src/Book/src/InputFilter/BookInputFilter.php ` - input filters and validators
4141* ` src/Book/src/InputFilter/Input/* ` - input filters and validator configurations
4242
43- ## Creating and configuring the module.
43+ ## Creating and configuring the module
4444
4545Firstly we will need the book module, so we will implement and create the basics for a module to be registered and functional.
4646
@@ -127,7 +127,7 @@ class ConfigProvider
127127
128128### Registering the module
129129
130- * register the module config by adding the ` Api\Book\ConfigProvider::class` in ` config/config.php ` under the ` Api\User\ConfigProvider::class `
130+ * register the module config by adding the ` Api\Book\ConfigProvider::class ` in ` config/config.php ` under the ` Api\User\ConfigProvider::class `
131131* register the namespace by adding this line ` "Api\\Book\\": "src/Book/src/" ` , in composer.json under the autoload.psr-4 key
132132* update Composer autoloader by running the command:
133133
You can’t perform that action at this time.
0 commit comments