SYMBOL INDEX (46 symbols across 9 files) FILE: src/Conditions/CountRequests.php class CountRequests (line 7) | class CountRequests method __construct (line 35) | public function __construct(Cache $cache, int $hits = 500, string $cac... method __invoke (line 47) | public function __invoke(): bool FILE: src/Events/PreloadCalledEvent.php class PreloadCalledEvent (line 5) | class PreloadCalledEvent method __construct (line 19) | public function __construct(bool $success) FILE: src/Facades/Laraload.php class Laraload (line 12) | class Laraload extends Facade method getFacadeAccessor (line 17) | protected static function getFacadeAccessor() FILE: src/Http/Middleware/LaraloadMiddleware.php class LaraloadMiddleware (line 10) | class LaraloadMiddleware method __construct (line 29) | public function __construct(Config $config) method handle (line 43) | public function handle($request, Closure $next) method terminate (line 57) | public function terminate($request, $response) method responseNotError (line 71) | protected function responseNotError($response): bool method conditionIsTrue (line 81) | protected function conditionIsTrue(): bool FILE: src/Laraload.php class Laraload (line 9) | class Laraload method __construct (line 53) | public function __construct(Config $config, Dispatcher $dispatcher, Pr... method append (line 67) | public function append($append): void method exclude (line 79) | public function exclude($exclude): void method generate (line 89) | public function generate(): bool FILE: src/LaraloadServiceProvider.php class LaraloadServiceProvider (line 11) | class LaraloadServiceProvider extends ServiceProvider method register (line 18) | public function register() method boot (line 34) | public function boot(Repository $config, Kernel $kernel) method shouldRun (line 55) | protected function shouldRun(Repository $config): bool FILE: tests/Conditions/CountRequestTest.php class CountRequestTest (line 20) | class CountRequestTest extends TestCase method getPackageProviders (line 22) | protected function getPackageProviders($app) method getPackageAliases (line 27) | protected function getPackageAliases($app) method testReaches500AndResets (line 34) | public function testReaches500AndResets() method testUsesNonDefaultConfig (line 47) | public function testUsesNonDefaultConfig() FILE: tests/PackageTest.php class PackageTest (line 19) | class PackageTest extends TestCase method getPackageProviders (line 21) | protected function getPackageProviders($app) method getPackageAliases (line 26) | protected function getPackageAliases($app) method testPublishesConfig (line 33) | public function testPublishesConfig() method testDoesntRegisterTerminableMiddlewareInTesting (line 46) | public function testDoesntRegisterTerminableMiddlewareInTesting() method testDoesntWorkWithErrorResponse (line 53) | public function testDoesntWorkWithErrorResponse() method testReachesCallable (line 70) | public function testReachesCallable() method testCallableWithMethod (line 89) | public function testCallableWithMethod() method testCallableWithMethodAndParameters (line 109) | public function testCallableWithMethodAndParameters() method testConditionWorks (line 130) | public function testConditionWorks() method testConditionsCallsLaraload (line 153) | public function testConditionsCallsLaraload() method testLaraloadGeneratesScript (line 170) | public function testLaraloadGeneratesScript() method testUsesRequireInsteadOfCompile (line 211) | public function testUsesRequireInsteadOfCompile() method testReceivesAppendedAndExcludedFiles (line 235) | public function testReceivesAppendedAndExcludedFiles() method testWorksOnNonErrorCodes (line 260) | public function testWorksOnNonErrorCodes() method testReceivesFalseForIgnoringNotFoundFiles (line 293) | public function testReceivesFalseForIgnoringNotFoundFiles() method tearDown (line 316) | protected function tearDown() : void FILE: tests/Stubs/ConditionCallable.php class ConditionCallable (line 5) | class ConditionCallable method handle (line 9) | public function handle()