Skip to content

Commit

Permalink
Docs(README): Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleon4 committed May 21, 2022
1 parent 30ddc0c commit ffbf199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ The Carbon class inherits from the PHP DateTime class and is installed by defaul

### 1. ROUTES AND MIDDLEWARE
Lion-Route has been implemented for route handling. More information at [Lion-Route](https://github.com/Sleon4/Lion-Route). <br>
Middleware is easy to implement. They must have the main class imported into Middleware, which initializes different functions and objects at the Middleware level. <br>
The rule for middleware is simple, in the constructor they must be initialized with the $this->init() function. More information about the use of Middleware in [Lion-Route](https://github.com/Sleon4/Lion-Route). <br>
Middleware is easy to implement. They must have the main class imported into `Middleware`, which initializes different functions and objects at the Middleware level. <br>
The rule for middleware is simple, in the constructor they must be initialized with the `$this->init()` function. More information about the use of Middleware in [Lion-Route](https://github.com/Sleon4/Lion-Route). <br>
You can create a middleware with the command.
```php
namespace App\Http\Middleware;
Expand Down

0 comments on commit ffbf199

Please sign in to comment.