Update dependencies
This commit is contained in:
parent
845cb82a95
commit
ebe6b0b50a
@ -103,6 +103,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -143,14 +144,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -320,6 +314,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -360,14 +355,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -537,6 +525,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -577,14 +566,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -754,6 +736,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -794,14 +777,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -971,6 +947,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -1011,14 +988,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -1188,6 +1158,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -1228,14 +1199,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -1405,6 +1369,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -1445,14 +1410,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -1622,6 +1580,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -1662,14 +1621,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -1839,6 +1791,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -1879,14 +1832,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -2056,6 +2002,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -2096,14 +2043,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
@ -2273,6 +2213,7 @@
|
||||
'Illuminate\Foundation\Console\ScopeMakeCommand' => \Illuminate\Foundation\Console\ScopeMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\ServeCommand' => \Illuminate\Foundation\Console\ServeCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageLinkCommand' => \Illuminate\Foundation\Console\StorageLinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StorageUnlinkCommand' => \Illuminate\Foundation\Console\StorageUnlinkCommand::class,
|
||||
'Illuminate\Foundation\Console\StubPublishCommand' => \Illuminate\Foundation\Console\StubPublishCommand::class,
|
||||
'Illuminate\Foundation\Console\TestMakeCommand' => \Illuminate\Foundation\Console\TestMakeCommand::class,
|
||||
'Illuminate\Foundation\Console\UpCommand' => \Illuminate\Foundation\Console\UpCommand::class,
|
||||
@ -2313,14 +2254,7 @@
|
||||
'Laravel\Socialite\Contracts\Factory' => \Laravel\Socialite\SocialiteManager::class,
|
||||
'Livewire\EventBus' => \Livewire\EventBus::class,
|
||||
'Livewire\LivewireManager' => \Livewire\LivewireManager::class,
|
||||
'Livewire\Mechanisms\ComponentRegistry' => \Livewire\Mechanisms\ComponentRegistry::class,
|
||||
'Livewire\Mechanisms\DataStore' => \Livewire\Mechanisms\DataStore::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\ExtendBlade' => \Livewire\Mechanisms\ExtendBlade\ExtendBlade::class,
|
||||
'Livewire\Mechanisms\FrontendAssets\FrontendAssets' => \Livewire\Mechanisms\FrontendAssets\FrontendAssets::class,
|
||||
'Livewire\Mechanisms\HandleComponents\HandleComponents' => \Livewire\Mechanisms\HandleComponents\HandleComponents::class,
|
||||
'Livewire\Mechanisms\HandleRequests\HandleRequests' => \Livewire\Mechanisms\HandleRequests\HandleRequests::class,
|
||||
'Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware' => \Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::class,
|
||||
'Livewire\Mechanisms\RenderComponent' => \Livewire\Mechanisms\RenderComponent::class,
|
||||
'Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys' => \Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::class,
|
||||
'Livewire\Volt\ComponentFactory' => \Livewire\Volt\ComponentFactory::class,
|
||||
'Livewire\Volt\ComponentResolver' => \Livewire\Volt\ComponentResolver::class,
|
||||
'Livewire\Volt\LivewireManager' => \Livewire\Volt\LivewireManager::class,
|
||||
|
457
_ide_helper.php
457
_ide_helper.php
@ -4,7 +4,7 @@
|
||||
|
||||
/**
|
||||
* A helper file for Laravel, to provide autocomplete information to your IDE
|
||||
* Generated for Laravel 10.32.1.
|
||||
* Generated for Laravel 10.43.0.
|
||||
*
|
||||
* This file should not be included in your code, only analyzed by your IDE!
|
||||
*
|
||||
@ -3518,6 +3518,18 @@ public static function assertDispatchedWithoutChain($command, $callback = null)
|
||||
{
|
||||
/** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */
|
||||
$instance->assertDispatchedWithoutChain($command, $callback);
|
||||
}
|
||||
/**
|
||||
* Create a new assertion about a chained batch.
|
||||
*
|
||||
* @param \Closure $callback
|
||||
* @return \Illuminate\Support\Testing\Fakes\ChainedBatchTruthTest
|
||||
* @static
|
||||
*/
|
||||
public static function chainedBatch($callback)
|
||||
{
|
||||
/** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */
|
||||
return $instance->chainedBatch($callback);
|
||||
}
|
||||
/**
|
||||
* Assert if a batch was dispatched based on a truth-test callback.
|
||||
@ -5099,6 +5111,20 @@ public static function connection($name = null)
|
||||
{
|
||||
/** @var \Illuminate\Database\DatabaseManager $instance */
|
||||
return $instance->connection($name);
|
||||
}
|
||||
/**
|
||||
* Get a database connection instance from the given configuration.
|
||||
*
|
||||
* @param string $name
|
||||
* @param array $config
|
||||
* @param bool $force
|
||||
* @return \Illuminate\Database\MySqlConnection
|
||||
* @static
|
||||
*/
|
||||
public static function connectUsing($name, $config, $force = false)
|
||||
{
|
||||
/** @var \Illuminate\Database\DatabaseManager $instance */
|
||||
return $instance->connectUsing($name, $config, $force);
|
||||
}
|
||||
/**
|
||||
* Register a custom Doctrine type.
|
||||
@ -5702,6 +5728,18 @@ public static function reconnectIfMissingConnection()
|
||||
{ //Method inherited from \Illuminate\Database\Connection
|
||||
/** @var \Illuminate\Database\MySqlConnection $instance */
|
||||
$instance->reconnectIfMissingConnection();
|
||||
}
|
||||
/**
|
||||
* Register a hook to be run just before a database transaction is started.
|
||||
*
|
||||
* @param \Closure $callback
|
||||
* @return \Illuminate\Database\MySqlConnection
|
||||
* @static
|
||||
*/
|
||||
public static function beforeStartingTransaction($callback)
|
||||
{ //Method inherited from \Illuminate\Database\Connection
|
||||
/** @var \Illuminate\Database\MySqlConnection $instance */
|
||||
return $instance->beforeStartingTransaction($callback);
|
||||
}
|
||||
/**
|
||||
* Register a hook to be run just before a database query is executed.
|
||||
@ -6890,13 +6928,14 @@ public static function prepend($path, $data)
|
||||
*
|
||||
* @param string $path
|
||||
* @param string $data
|
||||
* @param bool $lock
|
||||
* @return int
|
||||
* @static
|
||||
*/
|
||||
public static function append($path, $data)
|
||||
public static function append($path, $data, $lock = false)
|
||||
{
|
||||
/** @var \Illuminate\Filesystem\Filesystem $instance */
|
||||
return $instance->append($path, $data);
|
||||
return $instance->append($path, $data, $lock);
|
||||
}
|
||||
/**
|
||||
* Get or set UNIX mode of a file or directory.
|
||||
@ -7500,9 +7539,9 @@ public static function after($callback)
|
||||
return $instance->after($callback);
|
||||
}
|
||||
/**
|
||||
* Determine if the given ability should be granted for the current user.
|
||||
* Determine if all of the given abilities should be granted for the current user.
|
||||
*
|
||||
* @param string $ability
|
||||
* @param \Illuminate\Auth\Access\iterable|string $ability
|
||||
* @param array|mixed $arguments
|
||||
* @return bool
|
||||
* @static
|
||||
@ -7513,9 +7552,9 @@ public static function allows($ability, $arguments = [])
|
||||
return $instance->allows($ability, $arguments);
|
||||
}
|
||||
/**
|
||||
* Determine if the given ability should be denied for the current user.
|
||||
* Determine if any of the given abilities should be denied for the current user.
|
||||
*
|
||||
* @param string $ability
|
||||
* @param \Illuminate\Auth\Access\iterable|string $ability
|
||||
* @param array|mixed $arguments
|
||||
* @return bool
|
||||
* @static
|
||||
@ -7921,7 +7960,7 @@ public static function forgetDrivers()
|
||||
*
|
||||
*
|
||||
* @method static \Illuminate\Http\Client\PendingRequest baseUrl(string $url)
|
||||
* @method static \Illuminate\Http\Client\PendingRequest withBody(string $content, string $contentType = 'application/json')
|
||||
* @method static \Illuminate\Http\Client\PendingRequest withBody(\Psr\Http\Message\StreamInterface|string $content, string $contentType = 'application/json')
|
||||
* @method static \Illuminate\Http\Client\PendingRequest asJson()
|
||||
* @method static \Illuminate\Http\Client\PendingRequest asForm()
|
||||
* @method static \Illuminate\Http\Client\PendingRequest attach(string|array $name, string|resource $contents = '', string|null $filename = null, array $headers = [])
|
||||
@ -8020,6 +8059,18 @@ public static function globalResponseMiddleware($middleware)
|
||||
{
|
||||
/** @var \Illuminate\Http\Client\Factory $instance */
|
||||
return $instance->globalResponseMiddleware($middleware);
|
||||
}
|
||||
/**
|
||||
* Set the options to apply to every request.
|
||||
*
|
||||
* @param array $options
|
||||
* @return \Illuminate\Http\Client\Factory
|
||||
* @static
|
||||
*/
|
||||
public static function globalOptions($options)
|
||||
{
|
||||
/** @var \Illuminate\Http\Client\Factory $instance */
|
||||
return $instance->globalOptions($options);
|
||||
}
|
||||
/**
|
||||
* Create a new response instance for use during stubbing.
|
||||
@ -8337,7 +8388,7 @@ public static function get($key, $replace = [], $locale = null, $fallback = true
|
||||
* Get a translation according to an integer value.
|
||||
*
|
||||
* @param string $key
|
||||
* @param \Countable|int|array $number
|
||||
* @param \Countable|int|float|array $number
|
||||
* @param array $replace
|
||||
* @param string|null $locale
|
||||
* @return string
|
||||
@ -8375,6 +8426,18 @@ public static function load($namespace, $group, $locale)
|
||||
{
|
||||
/** @var \Illuminate\Translation\Translator $instance */
|
||||
$instance->load($namespace, $group, $locale);
|
||||
}
|
||||
/**
|
||||
* Register a callback that is responsible for handling missing translation keys.
|
||||
*
|
||||
* @param callable|null $callback
|
||||
* @return static
|
||||
* @static
|
||||
*/
|
||||
public static function handleMissingKeysUsing($callback)
|
||||
{
|
||||
/** @var \Illuminate\Translation\Translator $instance */
|
||||
return $instance->handleMissingKeysUsing($callback);
|
||||
}
|
||||
/**
|
||||
* Add a new namespace to the loader.
|
||||
@ -8619,7 +8682,6 @@ public static function flushMacros()
|
||||
*
|
||||
* @method static void write(string $level, \Illuminate\Contracts\Support\Arrayable|\Illuminate\Contracts\Support\Jsonable|\Illuminate\Support\Stringable|array|string $message, array $context = [])
|
||||
* @method static \Illuminate\Log\Logger withContext(array $context = [])
|
||||
* @method static \Illuminate\Log\Logger withoutContext()
|
||||
* @method static void listen(\Closure $callback)
|
||||
* @method static \Psr\Log\LoggerInterface getLogger()
|
||||
* @method static \Illuminate\Contracts\Events\Dispatcher getEventDispatcher()
|
||||
@ -8700,6 +8762,17 @@ public static function sharedContext()
|
||||
{
|
||||
/** @var \Illuminate\Log\LogManager $instance */
|
||||
return $instance->sharedContext();
|
||||
}
|
||||
/**
|
||||
* Flush the log context on all currently resolved channels.
|
||||
*
|
||||
* @return \Illuminate\Log\LogManager
|
||||
* @static
|
||||
*/
|
||||
public static function withoutContext()
|
||||
{
|
||||
/** @var \Illuminate\Log\LogManager $instance */
|
||||
return $instance->withoutContext();
|
||||
}
|
||||
/**
|
||||
* Flush the shared context.
|
||||
@ -8774,7 +8847,7 @@ public static function getChannels()
|
||||
/**
|
||||
* System is unusable.
|
||||
*
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -8790,7 +8863,7 @@ public static function emergency($message, $context = [])
|
||||
* Example: Entire website down, database unavailable, etc. This should
|
||||
* trigger the SMS alerts and wake you up.
|
||||
*
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -8805,7 +8878,7 @@ public static function alert($message, $context = [])
|
||||
*
|
||||
* Example: Application component unavailable, unexpected exception.
|
||||
*
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -8819,7 +8892,7 @@ public static function critical($message, $context = [])
|
||||
* Runtime errors that do not require immediate action but should typically
|
||||
* be logged and monitored.
|
||||
*
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -8835,7 +8908,7 @@ public static function error($message, $context = [])
|
||||
* Example: Use of deprecated APIs, poor use of an API, undesirable things
|
||||
* that are not necessarily wrong.
|
||||
*
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -8848,7 +8921,7 @@ public static function warning($message, $context = [])
|
||||
/**
|
||||
* Normal but significant events.
|
||||
*
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -8863,7 +8936,7 @@ public static function notice($message, $context = [])
|
||||
*
|
||||
* Example: User logs in, SQL logs.
|
||||
*
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -8876,7 +8949,7 @@ public static function info($message, $context = [])
|
||||
/**
|
||||
* Detailed debug information.
|
||||
*
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -8890,7 +8963,7 @@ public static function debug($message, $context = [])
|
||||
* Logs with an arbitrary level.
|
||||
*
|
||||
* @param mixed $level
|
||||
* @param string $message
|
||||
* @param string|\Stringable $message
|
||||
* @param array $context
|
||||
* @return void
|
||||
* @static
|
||||
@ -10333,6 +10406,18 @@ public static function assertNotPushed($job, $callback = null)
|
||||
{
|
||||
/** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */
|
||||
$instance->assertNotPushed($job, $callback);
|
||||
}
|
||||
/**
|
||||
* Assert the total count of jobs that were pushed.
|
||||
*
|
||||
* @param int $expectedCount
|
||||
* @return void
|
||||
* @static
|
||||
*/
|
||||
public static function assertCount($expectedCount)
|
||||
{
|
||||
/** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */
|
||||
$instance->assertCount($expectedCount);
|
||||
}
|
||||
/**
|
||||
* Assert that no jobs were pushed.
|
||||
@ -10537,6 +10622,18 @@ public static function setConnectionName($name)
|
||||
{
|
||||
/** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */
|
||||
return $instance->setConnectionName($name);
|
||||
}
|
||||
/**
|
||||
* Get the maximum number of attempts for an object-based queue handler.
|
||||
*
|
||||
* @param mixed $job
|
||||
* @return mixed
|
||||
* @static
|
||||
*/
|
||||
public static function getJobTries($job)
|
||||
{ //Method inherited from \Illuminate\Queue\Queue
|
||||
/** @var \Illuminate\Queue\SyncQueue $instance */
|
||||
return $instance->getJobTries($job);
|
||||
}
|
||||
/**
|
||||
* Get the backoff for an object-based queue handler.
|
||||
@ -13375,6 +13472,21 @@ public static function stream($callback, $status = 200, $headers = [])
|
||||
{
|
||||
/** @var \Illuminate\Routing\ResponseFactory $instance */
|
||||
return $instance->stream($callback, $status, $headers);
|
||||
}
|
||||
/**
|
||||
* Create a new streamed response instance.
|
||||
*
|
||||
* @param array $data
|
||||
* @param int $status
|
||||
* @param array $headers
|
||||
* @param int $encodingOptions
|
||||
* @return \Symfony\Component\HttpFoundation\StreamedJsonResponse
|
||||
* @static
|
||||
*/
|
||||
public static function streamJson($data, $status = 200, $headers = [], $encodingOptions = 15)
|
||||
{
|
||||
/** @var \Illuminate\Routing\ResponseFactory $instance */
|
||||
return $instance->streamJson($data, $status, $headers, $encodingOptions);
|
||||
}
|
||||
/**
|
||||
* Create a new streamed response instance as a file download.
|
||||
@ -13556,6 +13668,7 @@ public static function flushMacros()
|
||||
* @method static \Illuminate\Routing\RouteRegistrar controller(string $controller)
|
||||
* @method static \Illuminate\Routing\RouteRegistrar domain(string $value)
|
||||
* @method static \Illuminate\Routing\RouteRegistrar middleware(array|string|null $middleware)
|
||||
* @method static \Illuminate\Routing\RouteRegistrar missing(\Closure $missing)
|
||||
* @method static \Illuminate\Routing\RouteRegistrar name(string $value)
|
||||
* @method static \Illuminate\Routing\RouteRegistrar namespace(string|null $value)
|
||||
* @method static \Illuminate\Routing\RouteRegistrar prefix(string $prefix)
|
||||
@ -14012,6 +14125,18 @@ public static function substituteImplicitBindings($route)
|
||||
{
|
||||
/** @var \Illuminate\Routing\Router $instance */
|
||||
$instance->substituteImplicitBindings($route);
|
||||
}
|
||||
/**
|
||||
* Register a callback to to run after implicit bindings are substituted.
|
||||
*
|
||||
* @param callable $callback
|
||||
* @return \Illuminate\Routing\Router
|
||||
* @static
|
||||
*/
|
||||
public static function substituteImplicitBindingsUsing($callback)
|
||||
{
|
||||
/** @var \Illuminate\Routing\Router $instance */
|
||||
return $instance->substituteImplicitBindingsUsing($callback);
|
||||
}
|
||||
/**
|
||||
* Register a route matched event listener.
|
||||
@ -14551,16 +14676,50 @@ public static function dropDatabaseIfExists($name)
|
||||
return $instance->dropDatabaseIfExists($name);
|
||||
}
|
||||
/**
|
||||
* Determine if the given table exists.
|
||||
* Get the tables for the database.
|
||||
*
|
||||
* @param string $table
|
||||
* @return bool
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function hasTable($table)
|
||||
public static function getTables()
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->hasTable($table);
|
||||
return $instance->getTables();
|
||||
}
|
||||
/**
|
||||
* Get the views for the database.
|
||||
*
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getViews()
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getViews();
|
||||
}
|
||||
/**
|
||||
* Get all of the table names for the database.
|
||||
*
|
||||
* @deprecated Will be removed in a future Laravel version.
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getAllTables()
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getAllTables();
|
||||
}
|
||||
/**
|
||||
* Get all of the view names for the database.
|
||||
*
|
||||
* @deprecated Will be removed in a future Laravel version.
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getAllViews()
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getAllViews();
|
||||
}
|
||||
/**
|
||||
* Get the columns for a given table.
|
||||
@ -14573,6 +14732,30 @@ public static function getColumns($table)
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getColumns($table);
|
||||
}
|
||||
/**
|
||||
* Get the indexes for a given table.
|
||||
*
|
||||
* @param string $table
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getIndexes($table)
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getIndexes($table);
|
||||
}
|
||||
/**
|
||||
* Get the foreign keys for a given table.
|
||||
*
|
||||
* @param string $table
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getForeignKeys($table)
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getForeignKeys($table);
|
||||
}
|
||||
/**
|
||||
* Drop all tables from the database.
|
||||
@ -14595,28 +14778,6 @@ public static function dropAllViews()
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
$instance->dropAllViews();
|
||||
}
|
||||
/**
|
||||
* Get all of the table names for the database.
|
||||
*
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getAllTables()
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getAllTables();
|
||||
}
|
||||
/**
|
||||
* Get all of the view names for the database.
|
||||
*
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getAllViews()
|
||||
{
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getAllViews();
|
||||
}
|
||||
/**
|
||||
* Set the default string length for migrations.
|
||||
@ -14671,6 +14832,52 @@ public static function morphUsingUlids()
|
||||
public static function useNativeSchemaOperationsIfPossible($value = true)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
\Illuminate\Database\Schema\MySqlBuilder::useNativeSchemaOperationsIfPossible($value);
|
||||
}
|
||||
/**
|
||||
* Determine if the given table exists.
|
||||
*
|
||||
* @param string $table
|
||||
* @return bool
|
||||
* @static
|
||||
*/
|
||||
public static function hasTable($table)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->hasTable($table);
|
||||
}
|
||||
/**
|
||||
* Determine if the given view exists.
|
||||
*
|
||||
* @param string $view
|
||||
* @return bool
|
||||
* @static
|
||||
*/
|
||||
public static function hasView($view)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->hasView($view);
|
||||
}
|
||||
/**
|
||||
* Get the names of the tables that belong to the database.
|
||||
*
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getTableListing()
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getTableListing();
|
||||
}
|
||||
/**
|
||||
* Get the user-defined types that belong to the database.
|
||||
*
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getTypes()
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getTypes();
|
||||
}
|
||||
/**
|
||||
* Determine if the given table has a given column.
|
||||
@ -14751,6 +14958,32 @@ public static function getColumnListing($table)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getColumnListing($table);
|
||||
}
|
||||
/**
|
||||
* Get the names of the indexes for a given table.
|
||||
*
|
||||
* @param string $table
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function getIndexListing($table)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->getIndexListing($table);
|
||||
}
|
||||
/**
|
||||
* Determine if the given table has a given index.
|
||||
*
|
||||
* @param string $table
|
||||
* @param string|array $index
|
||||
* @param string|null $type
|
||||
* @return bool
|
||||
* @static
|
||||
*/
|
||||
public static function hasIndex($table, $index, $type = null)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
return $instance->hasIndex($table, $index, $type);
|
||||
}
|
||||
/**
|
||||
* Modify a table on the schema.
|
||||
@ -14908,6 +15141,52 @@ public static function blueprintResolver($resolver)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
/** @var \Illuminate\Database\Schema\MySqlBuilder $instance */
|
||||
$instance->blueprintResolver($resolver);
|
||||
}
|
||||
/**
|
||||
* Register a custom macro.
|
||||
*
|
||||
* @param string $name
|
||||
* @param object|callable $macro
|
||||
* @return void
|
||||
* @static
|
||||
*/
|
||||
public static function macro($name, $macro)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
\Illuminate\Database\Schema\MySqlBuilder::macro($name, $macro);
|
||||
}
|
||||
/**
|
||||
* Mix another object into the class.
|
||||
*
|
||||
* @param object $mixin
|
||||
* @param bool $replace
|
||||
* @return void
|
||||
* @throws \ReflectionException
|
||||
* @static
|
||||
*/
|
||||
public static function mixin($mixin, $replace = true)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
\Illuminate\Database\Schema\MySqlBuilder::mixin($mixin, $replace);
|
||||
}
|
||||
/**
|
||||
* Checks if macro is registered.
|
||||
*
|
||||
* @param string $name
|
||||
* @return bool
|
||||
* @static
|
||||
*/
|
||||
public static function hasMacro($name)
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
return \Illuminate\Database\Schema\MySqlBuilder::hasMacro($name);
|
||||
}
|
||||
/**
|
||||
* Flush the existing macros.
|
||||
*
|
||||
* @return void
|
||||
* @static
|
||||
*/
|
||||
public static function flushMacros()
|
||||
{ //Method inherited from \Illuminate\Database\Schema\Builder
|
||||
\Illuminate\Database\Schema\MySqlBuilder::flushMacros();
|
||||
}
|
||||
|
||||
}
|
||||
@ -15121,6 +15400,18 @@ public static function only($keys)
|
||||
{
|
||||
/** @var \Illuminate\Session\Store $instance */
|
||||
return $instance->only($keys);
|
||||
}
|
||||
/**
|
||||
* Get all the session data except for a specified array of items.
|
||||
*
|
||||
* @param array $keys
|
||||
* @return array
|
||||
* @static
|
||||
*/
|
||||
public static function except($keys)
|
||||
{
|
||||
/** @var \Illuminate\Session\Store $instance */
|
||||
return $instance->except($keys);
|
||||
}
|
||||
/**
|
||||
* Checks if a key exists.
|
||||
@ -18253,6 +18544,18 @@ public static function useManifestFilename($filename)
|
||||
{
|
||||
/** @var \Illuminate\Foundation\Vite $instance */
|
||||
return $instance->useManifestFilename($filename);
|
||||
}
|
||||
/**
|
||||
* Resolve asset paths using the provided resolver.
|
||||
*
|
||||
* @param callable|null $urlResolver
|
||||
* @return \Illuminate\Foundation\Vite
|
||||
* @static
|
||||
*/
|
||||
public static function createAssetPathsUsing($resolver)
|
||||
{
|
||||
/** @var \Illuminate\Foundation\Vite $instance */
|
||||
return $instance->createAssetPathsUsing($resolver);
|
||||
}
|
||||
/**
|
||||
* Get the Vite "hot" file path.
|
||||
@ -18462,6 +18765,13 @@ class Arr {
|
||||
*/
|
||||
class Js {
|
||||
|
||||
}
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
class Number {
|
||||
|
||||
}
|
||||
/**
|
||||
*
|
||||
@ -18897,6 +19207,16 @@ public static function withCookies($cookies)
|
||||
*
|
||||
* @static
|
||||
*/
|
||||
public static function withHeaders($headers)
|
||||
{ //Method inherited from \Livewire\LivewireManager
|
||||
/** @var \Livewire\Volt\LivewireManager $instance */
|
||||
return $instance->withHeaders($headers);
|
||||
}
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @static
|
||||
*/
|
||||
public static function test($name, $params = [])
|
||||
{ //Method inherited from \Livewire\LivewireManager
|
||||
/** @var \Livewire\Volt\LivewireManager $instance */
|
||||
@ -21200,7 +21520,7 @@ public static function orWhereBelongsTo($related, $relationshipName = null)
|
||||
* Add subselect queries to include an aggregate value for a relationship.
|
||||
*
|
||||
* @param mixed $relations
|
||||
* @param string $column
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $function
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
* @static
|
||||
@ -21228,7 +21548,7 @@ public static function withCount($relations)
|
||||
* Add subselect queries to include the max of the relation's column.
|
||||
*
|
||||
* @param string|array $relation
|
||||
* @param string $column
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
* @static
|
||||
*/
|
||||
@ -21242,7 +21562,7 @@ public static function withMax($relation, $column)
|
||||
* Add subselect queries to include the min of the relation's column.
|
||||
*
|
||||
* @param string|array $relation
|
||||
* @param string $column
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
* @static
|
||||
*/
|
||||
@ -21256,7 +21576,7 @@ public static function withMin($relation, $column)
|
||||
* Add subselect queries to include the sum of the relation's column.
|
||||
*
|
||||
* @param string|array $relation
|
||||
* @param string $column
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
* @static
|
||||
*/
|
||||
@ -21270,7 +21590,7 @@ public static function withSum($relation, $column)
|
||||
* Add subselect queries to include the average of the relation's column.
|
||||
*
|
||||
* @param string|array $relation
|
||||
* @param string $column
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
* @static
|
||||
*/
|
||||
@ -22023,7 +22343,7 @@ public static function orWhereNotNull($column)
|
||||
* Add a "where date" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|null $operator
|
||||
* @param \DateTimeInterface|string|null $value
|
||||
* @param string $boolean
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
@ -22039,7 +22359,7 @@ public static function whereDate($column, $operator, $value = null, $boolean = '
|
||||
* Add an "or where date" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|null $operator
|
||||
* @param \DateTimeInterface|string|null $value
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
* @static
|
||||
@ -22054,7 +22374,7 @@ public static function orWhereDate($column, $operator, $value = null)
|
||||
* Add a "where time" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|null $operator
|
||||
* @param \DateTimeInterface|string|null $value
|
||||
* @param string $boolean
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
@ -22070,7 +22390,7 @@ public static function whereTime($column, $operator, $value = null, $boolean = '
|
||||
* Add an "or where time" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|null $operator
|
||||
* @param \DateTimeInterface|string|null $value
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
* @static
|
||||
@ -22085,7 +22405,7 @@ public static function orWhereTime($column, $operator, $value = null)
|
||||
* Add a "where day" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|int|null $operator
|
||||
* @param \DateTimeInterface|string|int|null $value
|
||||
* @param string $boolean
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
@ -22101,7 +22421,7 @@ public static function whereDay($column, $operator, $value = null, $boolean = 'a
|
||||
* Add an "or where day" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|int|null $operator
|
||||
* @param \DateTimeInterface|string|int|null $value
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
* @static
|
||||
@ -22116,7 +22436,7 @@ public static function orWhereDay($column, $operator, $value = null)
|
||||
* Add a "where month" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|int|null $operator
|
||||
* @param \DateTimeInterface|string|int|null $value
|
||||
* @param string $boolean
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
@ -22132,7 +22452,7 @@ public static function whereMonth($column, $operator, $value = null, $boolean =
|
||||
* Add an "or where month" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|int|null $operator
|
||||
* @param \DateTimeInterface|string|int|null $value
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
* @static
|
||||
@ -22147,7 +22467,7 @@ public static function orWhereMonth($column, $operator, $value = null)
|
||||
* Add a "where year" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|int|null $operator
|
||||
* @param \DateTimeInterface|string|int|null $value
|
||||
* @param string $boolean
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
@ -22163,7 +22483,7 @@ public static function whereYear($column, $operator, $value = null, $boolean = '
|
||||
* Add an "or where year" statement to the query.
|
||||
*
|
||||
* @param \Illuminate\Contracts\Database\Query\Expression|string $column
|
||||
* @param string $operator
|
||||
* @param \DateTimeInterface|string|int|null $operator
|
||||
* @param \DateTimeInterface|string|int|null $value
|
||||
* @return \Illuminate\Database\Query\Builder
|
||||
* @static
|
||||
@ -23220,6 +23540,20 @@ public static function insertUsing($columns, $query)
|
||||
return $instance->insertUsing($columns, $query);
|
||||
}
|
||||
|
||||
/**
|
||||
* Insert new records into the table using a subquery while ignoring errors.
|
||||
*
|
||||
* @param array $columns
|
||||
* @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query
|
||||
* @return int
|
||||
* @static
|
||||
*/
|
||||
public static function insertOrIgnoreUsing($columns, $query)
|
||||
{
|
||||
/** @var \Illuminate\Database\Query\Builder $instance */
|
||||
return $instance->insertOrIgnoreUsing($columns, $query);
|
||||
}
|
||||
|
||||
/**
|
||||
* Update records in a PostgreSQL database using the update from syntax.
|
||||
*
|
||||
@ -23592,6 +23926,7 @@ class Lang extends \Illuminate\Support\Facades\Lang {}
|
||||
class Log extends \Illuminate\Support\Facades\Log {}
|
||||
class Mail extends \Illuminate\Support\Facades\Mail {}
|
||||
class Notification extends \Illuminate\Support\Facades\Notification {}
|
||||
class Number extends \Illuminate\Support\Number {}
|
||||
class Password extends \Illuminate\Support\Facades\Password {}
|
||||
class Process extends \Illuminate\Support\Facades\Process {}
|
||||
class Queue extends \Illuminate\Support\Facades\Queue {}
|
||||
|
1296
composer.lock
generated
1296
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user