Skip to content

Commit 51372a4

Browse files
authored
Update for Laravel versions 8 and 9
1 parent 838b870 commit 51372a4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ And then it allows them to switch between the local and the online version of th
1515
###### Fork From [Vinelab/cdn](https://github.com/Vinelab/cdn)
1616
This project has been forked from https://github.com/Vinelab/cdn. All credit for the original work goes there.
1717

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-
2118
#### 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.
2423

2524
## Highlights
2625

@@ -43,7 +42,7 @@ This project has been forked from https://github.com/publiux/laravelcdn. All cre
4342
Require `publiux/laravelcdn` in your project:
4443

4544
```bash
46-
composer require "publiux/laravelcdn:~2.0"
45+
composer require "publiux/laravelcdn:~4.0"
4746
```
4847

4948
*If you are using Laravel 5.4 or below, you need to register the service provider:*

0 commit comments

Comments
 (0)