robot-loader icon indicating copy to clipboard operation
robot-loader copied to clipboard

🍀 RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

Results 6 robot-loader issues
Sort by recently updated
recently updated
newest added

It is an ironic situation that in order to use RobotLoader I have to use composer, so that: 1. Dependencies are fetched (currently there are two of them - nette/finder...

Ok, i find a way to fix my things in https://github.com/nette/robot-loader/discussions/31 Sorry for my english is not good at all... Ok, open RobotLoader.php and find: ```private array $excludeDirs = [];```...

Version: Last I see this error - https://github.com/stripe/stripe-php/issues/1601 in my stripe api. I write there and i write here :) The error is because autoloader not load a exception interface....

- bug fix / new feature? bug-fix for #33 - BC break? no - doc PR: nette/docs#??? This adds additional configurability to RobotLoader, to minimize unnecessary cache rewrites during stress....

Version: 3.4.2 ### Bug Description When running PHPStan with parallelism on a large project, it is possible for the cache to corrupt due to very frequent reads and writes. ###...