SYMBOL INDEX (82 symbols across 25 files) FILE: src/EagerLoadPivotBuilder.php class EagerLoadPivotBuilder (line 11) | class EagerLoadPivotBuilder extends Builder method eagerLoadRelation (line 26) | protected function eagerLoadRelation(array $models, $name, Closure $co... method watchForPivotAccessors (line 44) | protected function watchForPivotAccessors($name) method isPivotAccessor (line 65) | protected function isPivotAccessor($name) method eagerLoadPivotRelations (line 77) | protected function eagerLoadPivotRelations($models, $pivotAccessor) method getPivotEagerLoadRelations (line 90) | protected function getPivotEagerLoadRelations($pivotAccessor) FILE: src/EagerLoadPivotTrait.php type EagerLoadPivotTrait (line 5) | trait EagerLoadPivotTrait method newEloquentBuilder (line 13) | public function newEloquentBuilder($query) FILE: tests/Database/Factories/BrandFactory.php class BrandFactory (line 8) | class BrandFactory extends Factory method definition (line 12) | public function definition() FILE: tests/Database/Factories/CarFactory.php class CarFactory (line 12) | class CarFactory extends Factory method definition (line 16) | public function definition() FILE: tests/Database/Factories/CarUserFactory.php class CarUserFactory (line 15) | class CarUserFactory extends Factory method definition (line 19) | public function definition() FILE: tests/Database/Factories/ColorFactory.php class ColorFactory (line 11) | class ColorFactory extends Factory method definition (line 15) | public function definition() FILE: tests/Database/Factories/TireFactory.php class TireFactory (line 12) | class TireFactory extends Factory method definition (line 16) | public function definition() FILE: tests/Database/Factories/UserFactory.php class UserFactory (line 12) | class UserFactory extends Factory method definition (line 16) | public function definition() FILE: tests/Database/Migrations/2014_10_12_000000_create_users_table.php class CreateUsersTable (line 7) | class CreateUsersTable extends Migration method up (line 14) | public function up() method down (line 32) | public function down() FILE: tests/Database/Migrations/2014_10_12_100000_create_password_resets_table.php class CreatePasswordResetsTable (line 7) | class CreatePasswordResetsTable extends Migration method up (line 14) | public function up() method down (line 28) | public function down() FILE: tests/Database/Migrations/2019_06_02_131048_create_brands_table.php class CreateBrandsTable (line 7) | class CreateBrandsTable extends Migration method up (line 14) | public function up() method down (line 29) | public function down() FILE: tests/Database/Migrations/2019_06_02_131049_create_cars_table.php class CreateCarsTable (line 7) | class CreateCarsTable extends Migration method up (line 14) | public function up() method down (line 32) | public function down() FILE: tests/Database/Migrations/2019_06_02_131100_create_colors_table.php class CreateColorsTable (line 7) | class CreateColorsTable extends Migration method up (line 14) | public function up() method down (line 28) | public function down() FILE: tests/Database/Migrations/2019_06_02_131120_create_car_user_table.php class CreateCarUserTable (line 7) | class CreateCarUserTable extends Migration method up (line 14) | public function up() method down (line 37) | public function down() FILE: tests/Database/Migrations/2019_06_02_131148_create_tires_table.php class CreateTiresTable (line 7) | class CreateTiresTable extends Migration method up (line 14) | public function up() method down (line 33) | public function down() FILE: tests/Models/Brand.php class Brand (line 9) | class Brand extends Model method cars (line 19) | public function cars() method newFactory (line 24) | protected static function newFactory() FILE: tests/Models/Car.php class Car (line 26) | class Car extends Model method brand (line 37) | public function brand() method users (line 42) | public function users() method newFactory (line 50) | protected static function newFactory() FILE: tests/Models/CarUser.php class CarUser (line 24) | class CarUser extends Pivot method car (line 36) | public function car() method color (line 41) | public function color() method tires (line 46) | public function tires() method user (line 51) | public function user() method newFactory (line 56) | protected static function newFactory() FILE: tests/Models/Color.php class Color (line 21) | class Color extends Model method cars (line 30) | public function cars() method users (line 35) | public function users() method newFactory (line 40) | protected static function newFactory() FILE: tests/Models/Tire.php class Tire (line 23) | class Tire extends Model method newFactory (line 34) | protected static function newFactory() FILE: tests/Models/User.php class User (line 24) | class User extends Authenticatable method cars (line 57) | public function cars() method newFactory (line 64) | protected static function newFactory() FILE: tests/TestCase.php class TestCase (line 6) | class TestCase extends BaseTestCase method setUp (line 8) | protected function setUp(): void method getPackageProviders (line 13) | protected function getPackageProviders($app) method getEnvironmentSetUp (line 17) | protected function getEnvironmentSetUp($app) FILE: tests/Unit/CountTest.php class CountTest (line 11) | class CountTest extends TestCase method test_it_can_use_with_count_pivot_relations (line 15) | public function test_it_can_use_with_count_pivot_relations() method test_it_can_use_load_count_pivot_relations (line 41) | public function test_it_can_use_load_count_pivot_relations() FILE: tests/Unit/PaginateTest.php class PaginateTest (line 12) | class PaginateTest extends TestCase method test_it_can_paginate_with_pivot_relations (line 16) | public function test_it_can_paginate_with_pivot_relations() method test_it_can_paginate_after_eager_loading_pivot_relations (line 29) | public function test_it_can_paginate_after_eager_loading_pivot_relatio... method test_it_can_paginate_with_custom_pivot_relations (line 39) | public function test_it_can_paginate_with_custom_pivot_relations() method test_it_can_paginate_after_eager_loading_custom_pivot_relations (line 52) | public function test_it_can_paginate_after_eager_loading_custom_pivot_... FILE: tests/Unit/PivotTest.php class PivotTest (line 12) | class PivotTest extends TestCase method test_it_can_use_with_pivot_relations (line 16) | public function test_it_can_use_with_pivot_relations() method test_it_can_use_load_pivot_relations (line 31) | public function test_it_can_use_load_pivot_relations() method test_it_can_use_load_missing_pivot_relations (line 45) | public function test_it_can_use_load_missing_pivot_relations() method test_it_can_use_with_custom_pivot_relations (line 59) | public function test_it_can_use_with_custom_pivot_relations() method test_it_can_use_load_custom_pivot_relations (line 74) | public function test_it_can_use_load_custom_pivot_relations() method test_it_can_use_load_missing_custom_pivot_relations (line 88) | public function test_it_can_use_load_missing_custom_pivot_relations()