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.
1 parent e96ee10 commit c76643aCopy full SHA for c76643a
lib/docs/scrapers/laravel.rb
@@ -30,7 +30,7 @@ class Laravel < UrlScraper
30
HTML
31
32
version '10' do
33
- self.release = '10.13.0'
+ self.release = '10.48.14'
34
self.root_path = '/api/10.x/index.html'
35
self.initial_paths = %w(/docs/10.x/installation /api/10.x/classes.html)
36
@@ -44,7 +44,7 @@ class Laravel < UrlScraper
44
end
45
46
version '9' do
47
- self.release = '9.52.8'
+ self.release = '9.52.16'
48
self.root_path = '/api/9.x/index.html'
49
self.initial_paths = %w(/docs/9.x/installation /api/9.x/classes.html)
50
0 commit comments