JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

Archive "laravel-modules.tar"

Full Path: /var/www/payraty/helpdesk/public/favicon/branding_media/laravel-modules.tar
File size: 494 KB
MIME-type: application/x-tar
Files in archive: 0
Total size: 343.34 KB
Size in archive: 343.34 KB
Compression: 100%

 
Open
 
  Back
.editorconfig
.github/FUNDING.yml
.github/workflows/php.yml
.php-cs-fixer.dist.php
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
config/config.php
pint.json
scripts/vite-module-loader.js
src/Activators/FileActivator.php
src/Collection.php
src/Commands/Actions/CheckLangCommand.php
src/Commands/Actions/DisableCommand.php
src/Commands/Actions/DumpCommand.php
src/Commands/Actions/EnableCommand.php
src/Commands/Actions/InstallCommand.php
src/Commands/Actions/ListCommand.php
src/Commands/Actions/ModelPruneCommand.php
src/Commands/Actions/ModelShowCommand.php
src/Commands/Actions/ModuleDeleteCommand.php
src/Commands/Actions/UnUseCommand.php
src/Commands/Actions/UpdateCommand.php
src/Commands/Actions/UseCommand.php
src/Commands/BaseCommand.php
src/Commands/ComposerUpdateCommand.php
src/Commands/Database/MigrateCommand.php
src/Commands/Database/MigrateFreshCommand.php
src/Commands/Database/MigrateRefreshCommand.php
src/Commands/Database/MigrateResetCommand.php
src/Commands/Database/MigrateRollbackCommand.php
src/Commands/Database/MigrateStatusCommand.php
src/Commands/Database/SeedCommand.php
src/Commands/LaravelModulesV6Migrator.php
src/Commands/Make/ActionMakeCommand.php
src/Commands/Make/CastMakeCommand.php
src/Commands/Make/ChannelMakeCommand.php
src/Commands/Make/ClassMakeCommand.php
src/Commands/Make/CommandMakeCommand.php
src/Commands/Make/ComponentClassMakeCommand.php
src/Commands/Make/ComponentViewMakeCommand.php
src/Commands/Make/ControllerMakeCommand.php
src/Commands/Make/EnumMakeCommand.php
src/Commands/Make/EventMakeCommand.php
src/Commands/Make/EventProviderMakeCommand.php
src/Commands/Make/ExceptionMakeCommand.php
src/Commands/Make/FactoryMakeCommand.php
src/Commands/Make/GeneratorCommand.php
src/Commands/Make/HelperMakeCommand.php
src/Commands/Make/InterfaceMakeCommand.php
src/Commands/Make/JobMakeCommand.php
src/Commands/Make/ListenerMakeCommand.php
src/Commands/Make/MailMakeCommand.php
src/Commands/Make/MiddlewareMakeCommand.php
src/Commands/Make/MigrationMakeCommand.php
src/Commands/Make/ModelMakeCommand.php
src/Commands/Make/ModuleMakeCommand.php
src/Commands/Make/NotificationMakeCommand.php
src/Commands/Make/ObserverMakeCommand.php
src/Commands/Make/PolicyMakeCommand.php
src/Commands/Make/ProviderMakeCommand.php
src/Commands/Make/RepositoryMakeCommand.php
src/Commands/Make/RequestMakeCommand.php
src/Commands/Make/ResourceMakeCommand.php
src/Commands/Make/RouteProviderMakeCommand.php
src/Commands/Make/RuleMakeCommand.php
src/Commands/Make/ScopeMakeCommand.php
src/Commands/Make/SeedMakeCommand.php
src/Commands/Make/ServiceMakeCommand.php
src/Commands/Make/TestMakeCommand.php
src/Commands/Make/TraitMakeCommand.php
src/Commands/Make/ViewMakeCommand.php
src/Commands/Publish/PublishCommand.php
src/Commands/Publish/PublishConfigurationCommand.php
src/Commands/Publish/PublishMigrationCommand.php
src/Commands/Publish/PublishTranslationCommand.php
src/Commands/SetupCommand.php
src/Commands/stubs/action-invoke.stub
src/Commands/stubs/action.stub
src/Commands/stubs/assets/js/app.stub
src/Commands/stubs/assets/sass/app.stub
src/Commands/stubs/cast.stub
src/Commands/stubs/channel.stub
src/Commands/stubs/class-invoke.stub
src/Commands/stubs/class.stub
src/Commands/stubs/command.stub
src/Commands/stubs/component-class.stub
src/Commands/stubs/component-view.stub
src/Commands/stubs/composer.stub
src/Commands/stubs/controller-api.stub
src/Commands/stubs/controller-plain.stub
src/Commands/stubs/controller.invokable.stub
src/Commands/stubs/controller.stub
src/Commands/stubs/enum.stub
src/Commands/stubs/event-provider.stub
src/Commands/stubs/event.stub
src/Commands/stubs/exception-render-report.stub
src/Commands/stubs/exception-render.stub
src/Commands/stubs/exception-report.stub
src/Commands/stubs/exception.stub
src/Commands/stubs/factory.stub
src/Commands/stubs/feature-test.stub
src/Commands/stubs/helper-invoke.stub
src/Commands/stubs/helper.stub
src/Commands/stubs/interface.stub
src/Commands/stubs/job-queued.stub
src/Commands/stubs/job.stub
src/Commands/stubs/json.stub
src/Commands/stubs/listener-duck.stub
src/Commands/stubs/listener-queued-duck.stub
src/Commands/stubs/listener-queued.stub
src/Commands/stubs/listener.stub
src/Commands/stubs/mail.stub
src/Commands/stubs/middleware.stub
src/Commands/stubs/migration/add.stub
src/Commands/stubs/migration/create.stub
src/Commands/stubs/migration/delete.stub
src/Commands/stubs/migration/drop.stub
src/Commands/stubs/migration/plain.stub
src/Commands/stubs/model.stub
src/Commands/stubs/notification.stub
src/Commands/stubs/observer.stub
src/Commands/stubs/package.stub
src/Commands/stubs/policy.plain.stub
src/Commands/stubs/provider.stub
src/Commands/stubs/repository-invoke.stub
src/Commands/stubs/repository.stub
src/Commands/stubs/request.stub
src/Commands/stubs/resource-collection.stub
src/Commands/stubs/resource.stub
src/Commands/stubs/route-provider.stub
src/Commands/stubs/routes/api.stub
src/Commands/stubs/routes/web.stub
src/Commands/stubs/rule.implicit.stub
src/Commands/stubs/rule.stub
src/Commands/stubs/scaffold/config.stub
src/Commands/stubs/scaffold/provider.stub
src/Commands/stubs/scope.stub
src/Commands/stubs/seeder.stub
src/Commands/stubs/service-invoke.stub
src/Commands/stubs/service.stub
src/Commands/stubs/trait.stub
src/Commands/stubs/unit-test.stub
src/Commands/stubs/view.stub
src/Commands/stubs/views/index.stub
src/Commands/stubs/views/master.stub
src/Commands/stubs/vite.stub
src/Contracts/ActivatorInterface.php
src/Contracts/ConfirmableCommand.php
src/Contracts/PublisherInterface.php
src/Contracts/RepositoryInterface.php
src/Contracts/RunableInterface.php
src/Exceptions/FileAlreadyExistException.php
src/Exceptions/InvalidActivatorClass.php
src/Exceptions/InvalidAssetPath.php
src/Exceptions/InvalidJsonException.php
src/Exceptions/ModuleNotFoundException.php
src/Facades/Module.php
src/FileRepository.php
src/Generators/FileGenerator.php
src/Generators/Generator.php
src/Generators/ModuleGenerator.php
src/Json.php
src/Laravel/LaravelFileRepository.php
src/Laravel/Module.php
src/LaravelModulesServiceProvider.php
src/Lumen/LumenFileRepository.php
src/Lumen/Module.php
src/LumenModulesServiceProvider.php
src/Migrations/Migrator.php
src/Module.php
src/ModulesServiceProvider.php
src/Process/Installer.php
src/Process/Runner.php
src/Process/Updater.php
src/Providers/BootstrapServiceProvider.php
src/Providers/ConsoleServiceProvider.php
src/Providers/ContractsServiceProvider.php
src/Publishing/AssetPublisher.php
src/Publishing/LangPublisher.php
src/Publishing/MigrationPublisher.php
src/Publishing/Publisher.php
src/Routing/Controller.php
src/Support/Config/GenerateConfigReader.php
src/Support/Config/GeneratorPath.php
src/Support/Migrations/NameParser.php
src/Support/Migrations/SchemaParser.php
src/Support/Stub.php
src/Traits/CanClearModulesCache.php
src/Traits/MigrationLoaderTrait.php
src/Traits/ModuleCommandTrait.php
src/Traits/PathNamespace.php
src/helpers.php