repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithInvitedAtFactory.php
tests/database/factories/EntityWithInvitedAtFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithVerifiedAtFactory.php
tests/database/factories/EntityWithVerifiedAtFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithApprovedAtFactory.php
tests/database/factories/EntityWithApprovedAtFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithClosedFlagFactory.php
tests/database/factories/EntityWithClosedFlagFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithEndedAtFactory.php
tests/database/factories/EntityWithEndedAtFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithEndedFlagFactory.php
tests/database/factories/EntityWithEndedFlagFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithAcceptedFlagFactory.php
tests/database/factories/EntityWithAcceptedFlagFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithExpiredFlagFactory.php
tests/database/factories/EntityWithExpiredFlagFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithArchivedAtFactory.php
tests/database/factories/EntityWithArchivedAtFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithDraftedAtFactory.php
tests/database/factories/EntityWithDraftedAtFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithDraftedFlagFactory.php
tests/database/factories/EntityWithDraftedFlagFactory.php
<?php /* * This file is part of Laravel Ban. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Database\Factories; use Cog\Tests\...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_closed_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_closed_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_published_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_published_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_ended_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_ended_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_accepted_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_accepted_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_invited_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_invited_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_ended_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_ended_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_expired_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_expired_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_drafted_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_drafted_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_drafted_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_drafted_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_published_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_published_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_approved_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_approved_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_verified_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_verified_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_active_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_active_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_expired_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_expired_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_invited_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_invited_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_accepted_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_accepted_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_verified_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_verified_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_closed_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_closed_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_archived_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_archived_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_kept_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_kept_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_archived_flag_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_archived_flag_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/migrations/2016_09_25_182750_create_entity_with_approved_at_table.php
tests/database/migrations/2016_09_25_182750_create_entity_with_approved_at_table.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use Illuminate\Database\Migrations\Migration; use Illumina...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithApprovedFlagApplied.php
tests/Stubs/Models/Classic/EntityWithApprovedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithApprovedAtApplied.php
tests/Stubs/Models/Classic/EntityWithApprovedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithAcceptedFlag.php
tests/Stubs/Models/Classic/EntityWithAcceptedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithVerifiedFlagApplied.php
tests/Stubs/Models/Classic/EntityWithVerifiedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithPublishedFlag.php
tests/Stubs/Models/Classic/EntityWithPublishedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithInvitedAt.php
tests/Stubs/Models/Classic/EntityWithInvitedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithVerifiedFlagUnapplied.php
tests/Stubs/Models/Classic/EntityWithVerifiedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithPublishedAtUnapplied.php
tests/Stubs/Models/Classic/EntityWithPublishedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithAcceptedFlagApplied.php
tests/Stubs/Models/Classic/EntityWithAcceptedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithVerifiedFlag.php
tests/Stubs/Models/Classic/EntityWithVerifiedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithVerifiedAtUnapplied.php
tests/Stubs/Models/Classic/EntityWithVerifiedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithVerifiedAt.php
tests/Stubs/Models/Classic/EntityWithVerifiedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithPublishedAt.php
tests/Stubs/Models/Classic/EntityWithPublishedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithKeptFlag.php
tests/Stubs/Models/Classic/EntityWithKeptFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithInvitedAtUnapplied.php
tests/Stubs/Models/Classic/EntityWithInvitedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithInvitedFlagApplied.php
tests/Stubs/Models/Classic/EntityWithInvitedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithKeptFlagUnapplied.php
tests/Stubs/Models/Classic/EntityWithKeptFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithApprovedAt.php
tests/Stubs/Models/Classic/EntityWithApprovedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithPublishedFlagUnapplied.php
tests/Stubs/Models/Classic/EntityWithPublishedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithAcceptedFlagUnapplied.php
tests/Stubs/Models/Classic/EntityWithAcceptedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithActiveFlagUnapplied.php
tests/Stubs/Models/Classic/EntityWithActiveFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithActiveFlagApplied.php
tests/Stubs/Models/Classic/EntityWithActiveFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithApprovedFlagUnapplied.php
tests/Stubs/Models/Classic/EntityWithApprovedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithVerifiedAtApplied.php
tests/Stubs/Models/Classic/EntityWithVerifiedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithPublishedAtApplied.php
tests/Stubs/Models/Classic/EntityWithPublishedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithInvitedFlagUnapplied.php
tests/Stubs/Models/Classic/EntityWithInvitedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithKeptFlagApplied.php
tests/Stubs/Models/Classic/EntityWithKeptFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithPublishedFlagApplied.php
tests/Stubs/Models/Classic/EntityWithPublishedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithActiveFlag.php
tests/Stubs/Models/Classic/EntityWithActiveFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithApprovedFlag.php
tests/Stubs/Models/Classic/EntityWithApprovedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithAcceptedAtUnapplied.php
tests/Stubs/Models/Classic/EntityWithAcceptedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithInvitedAtApplied.php
tests/Stubs/Models/Classic/EntityWithInvitedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithInvitedFlag.php
tests/Stubs/Models/Classic/EntityWithInvitedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithApprovedAtUnapplied.php
tests/Stubs/Models/Classic/EntityWithApprovedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithAcceptedAtApplied.php
tests/Stubs/Models/Classic/EntityWithAcceptedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Classic/EntityWithAcceptedAt.php
tests/Stubs/Models/Classic/EntityWithAcceptedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Classic; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithExpiredAtApplied.php
tests/Stubs/Models/Inverse/EntityWithExpiredAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithExpiredAt.php
tests/Stubs/Models/Inverse/EntityWithExpiredAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithEndedAtUnapplied.php
tests/Stubs/Models/Inverse/EntityWithEndedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithClosedAt.php
tests/Stubs/Models/Inverse/EntityWithClosedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithEndedAtApplied.php
tests/Stubs/Models/Inverse/EntityWithEndedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithDraftedAtApplied.php
tests/Stubs/Models/Inverse/EntityWithDraftedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithExpiredFlagUnapplied.php
tests/Stubs/Models/Inverse/EntityWithExpiredFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithExpiredFlag.php
tests/Stubs/Models/Inverse/EntityWithExpiredFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithDraftedFlagApplied.php
tests/Stubs/Models/Inverse/EntityWithDraftedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithDraftedAt.php
tests/Stubs/Models/Inverse/EntityWithDraftedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithArchivedAtUnapplied.php
tests/Stubs/Models/Inverse/EntityWithArchivedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithDraftedFlag.php
tests/Stubs/Models/Inverse/EntityWithDraftedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithEndedFlag.php
tests/Stubs/Models/Inverse/EntityWithEndedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithDraftedFlagUnapplied.php
tests/Stubs/Models/Inverse/EntityWithDraftedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithEndedFlagUnapplied.php
tests/Stubs/Models/Inverse/EntityWithEndedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithArchivedFlag.php
tests/Stubs/Models/Inverse/EntityWithArchivedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithClosedAtApplied.php
tests/Stubs/Models/Inverse/EntityWithClosedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithArchivedAtApplied.php
tests/Stubs/Models/Inverse/EntityWithArchivedAtApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithExpiredFlagApplied.php
tests/Stubs/Models/Inverse/EntityWithExpiredFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithExpiredAtUnapplied.php
tests/Stubs/Models/Inverse/EntityWithExpiredAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithClosedFlagUnapplied.php
tests/Stubs/Models/Inverse/EntityWithClosedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithClosedFlagApplied.php
tests/Stubs/Models/Inverse/EntityWithClosedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithDraftedAtUnapplied.php
tests/Stubs/Models/Inverse/EntityWithDraftedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithClosedFlag.php
tests/Stubs/Models/Inverse/EntityWithClosedFlag.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithEndedFlagApplied.php
tests/Stubs/Models/Inverse/EntityWithEndedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithArchivedFlagUnapplied.php
tests/Stubs/Models/Inverse/EntityWithArchivedFlagUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithClosedAtUnapplied.php
tests/Stubs/Models/Inverse/EntityWithClosedAtUnapplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithArchivedFlagApplied.php
tests/Stubs/Models/Inverse/EntityWithArchivedFlagApplied.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithEndedAt.php
tests/Stubs/Models/Inverse/EntityWithEndedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
cybercog/laravel-eloquent-flag
https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Stubs/Models/Inverse/EntityWithArchivedAt.php
tests/Stubs/Models/Inverse/EntityWithArchivedAt.php
<?php /* * This file is part of Laravel Eloquent Flag. * * (c) Anton Komarev <anton@komarev.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Cog\Tests\Laravel\Flag\Stubs\Models\Inverse; us...
php
MIT
b78de1f45726511b73723b7f017a4a7f833c2546
2026-01-05T05:04:43.856771Z
false
pl1998/laravel-casbin-admin
https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/.php-cs-fixer.php
.php-cs-fixer.php
<?php //if (PHP_VERSION_ID <= 80001 || PHP_VERSION_ID >= 80100) { // fwrite(STDERR, '只支持php80'); // exit(1); //} $finder = PhpCsFixer\Finder::create() ->exclude('bootstrap') // 忽略这些文件夹 ->exclude('public') ->exclude('bin') ->exclude('tmp') ->exclude('docs') ->exclude('storage') ->exclu...
php
Apache-2.0
89d76be465237122e88f073d0a0a6519aaf3bd89
2026-01-05T05:04:44.676586Z
false