Skip to content

Commit b52f280

Browse files
committed
Update README with new "Support us" section
1 parent ab01151 commit b52f280

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Laravel's native view composers are not the same as the view models provided by
1414

1515
## Support us
1616

17-
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
17+
Learn how to create a package like this one, by watching our premium video course:
18+
19+
[![Laravel Package training](https://spatie.be/github/package-training.jpg)](https://laravelpackage.training)
20+
21+
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
1822

1923
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
2024

@@ -185,7 +189,6 @@ php artisan make:view-model "Blog/PostsViewModel"
185189

186190
This view model will have the `App\Blog\ViewModels` namespace and will be saved in `app/Blog/ViewModels`.
187191

188-
189192
### Changelog
190193

191194
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

0 commit comments

Comments
 (0)