Skip to content

Commit 2303f57

Browse files
committed
readme
1 parent 61cce2b commit 2303f57

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,23 @@ Run the following command:
1919
composer require akaunting/laravel-firewall
2020
```
2121

22-
### 2. Register (for Laravel < 5.5)
23-
24-
Register the service provider in `config/app.php`
25-
26-
```php
27-
Akaunting\Firewall\Provider::class,
28-
```
29-
30-
### 3. Publish
22+
### 2. Publish
3123

3224
Publish configuration, language, and migrations
3325

3426
```bash
3527
php artisan vendor:publish --tag=firewall
3628
```
3729

38-
### 4. Database
30+
### 3. Database
3931

4032
Create db tables
4133

4234
```bash
4335
php artisan migrate
4436
```
4537

46-
### 5. Configure
38+
### 4. Configure
4739

4840
You can change the firewall settings of your app from `config/firewall.php` file
4941

@@ -102,7 +94,7 @@ Firewall will send a notification as soon as an attack has been detected. Emails
10294

10395
## Changelog
10496

105-
Please see [Releases](../../releases) for more information what has changed recently.
97+
Please see [Releases](../../releases) for more information on what has changed recently.
10698

10799
## Contributing
108100

0 commit comments

Comments
 (0)