You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the Google robot crawls and indexes websites, RobotLoader crawls all PHP scripts and records what classes and interfaces were found in them.
29
-
These records are then saved in cache and used during all subsequent requests. You just need to specifiy what directories to index and where to save the cache.
33
+
These records are then saved in cache and used during all subsequent requests.
34
+
35
+
Documentation can be found on the [website](https://doc.nette.org/robotloader).
36
+
30
37
31
-
Install it using Composer:
38
+
Installation
39
+
------------
40
+
41
+
The recommended way to install is via Composer:
32
42
33
43
```
34
44
composer require nette/robot-loader
35
45
```
36
46
37
-
It requires PHP version 5.6 or newer (is compatible with PHP 7.0 and 7.1).
47
+
It requires PHP version 5.6 and supports PHP up to 7.2.
48
+
49
+
50
+
Usage
51
+
-----
38
52
53
+
You just need to specifiy what directories to index and where to save the cache:
0 commit comments