File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/codestudiohq/laravel-totem/blob/master/resources/assets/img/totem.png?raw=true " alt =" Laravel Totem " />
3
3
</p >
4
4
<p align =" center " >
5
- <a href =" https://travis-ci.org/codestudiohq/laravel-totem " ><img src =" https://travis-ci.org/codestudiohq/laravel-totem.svg " alt =" Build Status " ></a >
6
- <a href =" https://styleci.io/repos/99050894 " ><img src =" https://styleci.io/repos/99050894/shield?branch=2 .0 " alt =" StyleCI " ></a >
5
+ <a href =" https://travis-ci.org/codestudiohq/laravel-totem " ><img src =" https://travis-ci.org/codestudiohq/laravel-totem.svg?branch=3.0 " alt =" Build Status " ></a >
6
+ <a href =" https://styleci.io/repos/99050894 " ><img src =" https://styleci.io/repos/99050894/shield?branch=3 .0 " alt =" StyleCI " ></a >
7
7
<a href =" https://packagist.org/packages/studio/laravel-totem " ><img src =" https://poser.pugx.org/studio/laravel-totem/license.svg " alt =" License " ></a >
8
8
</p >
9
9
@@ -17,18 +17,19 @@ Manage your `Laravel Schedule` from a pretty dashboard. Schedule your `Laravel C
17
17
18
18
| <span align =" left " >Laravel</span > | <span align =" left " >Totem</span >|
19
19
| :-------| ----------:|
20
- | 5.5 | 2.0 |
21
- | 5.4 | 1.0 |
20
+ | 5.6 | 3.x |
21
+ | 5.5 | 2.x |
22
+ | 5.4 | 1.x |
22
23
23
24
#### Installing
24
25
25
- ` Totem ` requires Laravel v5.4 and above. Use composer to install totem to your Laravel project
26
+ ` Totem ` requires Laravel v5.4 and above, please refer to the above table for compatability . Use composer to install totem to your Laravel project
26
27
27
28
```
28
29
composer require studio/laravel-totem
29
30
```
30
31
31
- > Laravel Totem supports auto package discovery for Laravel v5.5, therefore service provider registration is not required in Laravel v5.5
32
+ > Laravel Totem supports auto package discovery for Laravel v5.5+ , therefore service provider registration is not required in Laravel v5.5+
32
33
33
34
Add ` TotemServiceProvider ` to the ` providers ` array of your Laravel v5.4 application's config/app.php
34
35
You can’t perform that action at this time.
0 commit comments