File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,11 @@ And then it allows them to switch between the local and the online version of th
15
15
###### Fork From [ Vinelab/cdn] ( https://github.com/Vinelab/cdn )
16
16
This project has been forked from https://github.com/Vinelab/cdn . All credit for the original work goes there.
17
17
18
- ###### Fork From [ publiux/laravelcdn] ( https://github.com/publiux/laravelcdn )
19
- This project has been forked from https://github.com/publiux/laravelcdn . All credit for the original work goes there.
20
-
21
18
#### Laravel Support
22
- - This fork supports Laravel 5.2 up to an including Laravel 5.5 (` master ` ).
23
- - Laravel 5.5 is supported, as is package auto-discovery.
19
+ - This fork supports Laravel 8 and up.
20
+ - Package auto-discovery is supported.
21
+ - If you need to use Laravel versions below 8, please use version ~ 3 of this package.
22
+ - Laravel version 8 and above should be using version ~ 4 of this package.
24
23
25
24
## Highlights
26
25
@@ -43,7 +42,7 @@ This project has been forked from https://github.com/publiux/laravelcdn. All cre
43
42
Require ` publiux/laravelcdn ` in your project:
44
43
45
44
``` bash
46
- composer require " publiux/laravelcdn:~2 .0"
45
+ composer require " publiux/laravelcdn:~4 .0"
47
46
```
48
47
49
48
* If you are using Laravel 5.4 or below, you need to register the service provider:*
You can’t perform that action at this time.
0 commit comments