File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.1
5
4
- 7.2
6
5
- 7.3
7
6
- 7.4
13
12
matrix :
14
13
fast_finish : true
15
14
include :
16
- - php : 7.1
15
+ - php : 7.2
17
16
env : setup=lowest
18
17
- php : 7.4
19
18
env : setup=stable
Original file line number Diff line number Diff line change 1
- # Laravel Vuetable (Laravel 7.x/6.x/5.4 Package)
1
+ # Laravel Vuetable (Laravel 7.x/6.x/5.x Package)
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/santigarcor/laravel-vuetable.svg?branch=master )] ( https://travis-ci.org/santigarcor/laravel-vuetable )
4
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/santigarcor/laravel-vuetable/v/stable )] ( https://packagist.org/packages/santigarcor/laravel-vuetable )
8
8
9
9
Laravel Vuetable is the backend component that can work with the [ Vuetable component] ( https://github.com/ratiw/vuetable-2 ) .
10
10
11
+ The latest release requires [ PHP] ( https://php.net ) 7.2.5-7.4 and supports Laravel 5.7, 5.8, 6.* and 7.*
12
+
13
+ | Laravel Vuetable | L5.4 | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 |
14
+ | -------------------| ------------------| ------------------| ------------------| ------------------| ------------------| ------------------| ------------------|
15
+ | < 1.0 | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :x : | :x : |
16
+ | \> 1.0 | :x : | :x : | :x : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
17
+
11
18
## Installation
12
19
1 . Run the composer require command from your terminal:
13
20
14
- composer require "santigarcor/laravel-vuetable:0.1.* "
21
+ composer require "santigarcor/laravel-vuetable"
15
22
16
- 2 . If you have disabled the package discovery in your ` config/app.php ` :
23
+ 2 . If you laravel version not supported the package discovery, set in your ` config/app.php ` :
17
24
- In the providers array add:
18
25
19
26
Vuetable\VuetableServiceProvider::class,
You can’t perform that action at this time.
0 commit comments