File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -19,31 +19,23 @@ Run the following command:
19
19
composer require akaunting/laravel-firewall
20
20
```
21
21
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
31
23
32
24
Publish configuration, language, and migrations
33
25
34
26
``` bash
35
27
php artisan vendor:publish --tag=firewall
36
28
```
37
29
38
- ### 4 . Database
30
+ ### 3 . Database
39
31
40
32
Create db tables
41
33
42
34
``` bash
43
35
php artisan migrate
44
36
```
45
37
46
- ### 5 . Configure
38
+ ### 4 . Configure
47
39
48
40
You can change the firewall settings of your app from ` config/firewall.php ` file
49
41
@@ -102,7 +94,7 @@ Firewall will send a notification as soon as an attack has been detected. Emails
102
94
103
95
## Changelog
104
96
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.
106
98
107
99
## Contributing
108
100
You can’t perform that action at this time.
0 commit comments