Skip to content

Commit 5998dac

Browse files
committed
Updated js deps, readme laravel reference, dockerignore
1 parent a4d5056 commit 5998dac

File tree

4 files changed

+429
-1071
lines changed

4 files changed

+429
-1071
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/vendor
22
/node_modules
33
/feeds.txt
4+
/bootstrap/cache/*
45
/public/storage
56
/storage/app/*
67
/storage/database/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ php artisan rss:test-feed https://danb.me/blog/index.xml
262262

263263
This is primarily built using the following great projects and technologies:
264264

265-
- [Laravel](https://laravel.com/) - [MIT License](https://github.com/laravel/framework/blob/9.x/LICENSE.md)
265+
- [Laravel](https://laravel.com/) - [MIT License](https://github.com/laravel/framework/blob/10.x/LICENSE.md)
266266
- [InertiaJS](https://inertiajs.com/) - [MIT License](https://github.com/inertiajs/inertia/blob/master/LICENSE)
267267
- [SQLite](https://www.sqlite.org/index.html) - [Public Domain](https://www.sqlite.org/copyright.html)
268268
- [TailwindCSS](https://tailwindcss.com/) - [MIT License](https://github.com/tailwindlabs/tailwindcss/blob/master/LICENSE)

0 commit comments

Comments
 (0)