We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b63419 + c76643a commit 7f9c78cCopy full SHA for 7f9c78c
lib/docs/scrapers/laravel.rb
@@ -44,7 +44,7 @@ class Laravel < UrlScraper
44
end
45
46
version '10' do
47
- self.release = '10.13.0'
+ self.release = '10.48.14'
48
self.root_path = '/api/10.x/index.html'
49
self.initial_paths = %w(/docs/10.x/installation /api/10.x/classes.html)
50
@@ -58,7 +58,7 @@ class Laravel < UrlScraper
58
59
60
version '9' do
61
- self.release = '9.52.8'
+ self.release = '9.52.16'
62
self.root_path = '/api/9.x/index.html'
63
self.initial_paths = %w(/docs/9.x/installation /api/9.x/classes.html)
64
0 commit comments