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

Archive "laravel-modules.zip"

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

 
Open
 
  Back
scripts/vite-module-loader.js (1.43 KB)
.editorconfig (266 B)
CHANGELOG.md (28.76 KB)
config/config.php (10.39 KB)
.php-cs-fixer.dist.php (1.97 KB)
LICENSE.md (1.15 KB)
README.md (3.19 KB)
pint.json (28 B)
src/Json.php (4.87 KB)
src/Migrations/Migrator.php (7.22 KB)
src/Lumen/LumenFileRepository.php (263 B)
src/Lumen/Module.php (694 B)
src/Traits/ModuleCommandTrait.php (302 B)
src/Traits/CanClearModulesCache.php (311 B)
src/Traits/PathNamespace.php (1.8 KB)
src/Traits/MigrationLoaderTrait.php (751 B)
src/FileRepository.php (12.27 KB)
src/Collection.php (827 B)
src/LaravelModulesServiceProvider.php (2.23 KB)
src/Exceptions/InvalidJsonException.php (96 B)
src/Exceptions/ModuleNotFoundException.php (99 B)
src/Exceptions/FileAlreadyExistException.php (101 B)
src/Exceptions/InvalidActivatorClass.php (431 B)
src/Exceptions/InvalidAssetPath.php (236 B)
src/Process/Installer.php (6.14 KB)
src/Process/Updater.php (2.31 KB)
src/Process/Runner.php (561 B)
src/Generators/FileGenerator.php (2.45 KB)
src/Generators/Generator.php (75 B)
src/Generators/ModuleGenerator.php (16.27 KB)
src/Publishing/Publisher.php (3.84 KB)
src/Publishing/MigrationPublisher.php (760 B)
src/Publishing/LangPublisher.php (757 B)
src/Publishing/AssetPublisher.php (736 B)
src/Activators/FileActivator.php (4.72 KB)
src/Facades/Module.php (1.19 KB)
src/LumenModulesServiceProvider.php (1.42 KB)
src/Laravel/LaravelFileRepository.php (267 B)
src/Laravel/Module.php (1.36 KB)
src/Support/Migrations/SchemaParser.php (5.82 KB)
src/Support/Migrations/NameParser.php (3.66 KB)
src/Support/Config/GeneratorPath.php (1002 B)
src/Support/Config/GenerateConfigReader.php (231 B)
src/Support/Stub.php (2.82 KB)
src/Commands/BaseCommand.php (3.5 KB)
src/Commands/LaravelModulesV6Migrator.php (1.12 KB)
src/Commands/Publish/PublishCommand.php (993 B)
src/Commands/Publish/PublishConfigurationCommand.php (1.51 KB)
src/Commands/Publish/PublishTranslationCommand.php (1 KB)
src/Commands/Publish/PublishMigrationCommand.php (1.07 KB)
src/Commands/SetupCommand.php (1.63 KB)
src/Commands/ComposerUpdateCommand.php (1.6 KB)
src/Commands/stubs/scope.stub (356 B)
src/Commands/stubs/scaffold/provider.stub (3.46 KB)
src/Commands/stubs/scaffold/config.stub (50 B)
src/Commands/stubs/unit-test.stub (339 B)
src/Commands/stubs/vite.stub (718 B)
src/Commands/stubs/listener-queued.stub (434 B)
src/Commands/stubs/repository-invoke.stub (109 B)
src/Commands/stubs/exception-render-report.stub (395 B)
src/Commands/stubs/factory.stub (381 B)
src/Commands/stubs/assets/sass/app.stub (0 B)
src/Commands/stubs/assets/js/app.stub (0 B)
src/Commands/stubs/enum.stub (61 B)
src/Commands/stubs/migration/delete.stub (554 B)
src/Commands/stubs/migration/create.stub (552 B)
src/Commands/stubs/migration/drop.stub (552 B)
src/Commands/stubs/migration/add.stub (554 B)
src/Commands/stubs/migration/plain.stub (376 B)
src/Commands/stubs/helper.stub (107 B)
src/Commands/stubs/class.stub (106 B)
src/Commands/stubs/route-provider.stub (1.12 KB)
src/Commands/stubs/cast.stub (653 B)
src/Commands/stubs/rule.stub (295 B)
src/Commands/stubs/exception-render.stub (291 B)
src/Commands/stubs/resource-collection.stub (340 B)
src/Commands/stubs/views/master.stub (1010 B)
src/Commands/stubs/views/index.stub (155 B)
src/Commands/stubs/notification.stub (1.01 KB)
src/Commands/stubs/trait.stub (62 B)
src/Commands/stubs/listener.stub (382 B)
src/Commands/stubs/channel.stub (315 B)
src/Commands/stubs/package.stub (264 B)
src/Commands/stubs/resource.stub (317 B)
src/Commands/stubs/view.stub (34 B)
src/Commands/stubs/provider.stub (364 B)
src/Commands/stubs/request.stub (432 B)
src/Commands/stubs/policy.plain.stub (240 B)
src/Commands/stubs/listener-queued-duck.stub (399 B)
src/Commands/stubs/seeder.stub (215 B)
src/Commands/stubs/rule.implicit.stub (400 B)
src/Commands/stubs/composer.stub (740 B)
src/Commands/stubs/action-invoke.stub (109 B)
src/Commands/stubs/event-provider.stub (635 B)
src/Commands/stubs/feature-test.stub (364 B)
src/Commands/stubs/class-invoke.stub (103 B)
src/Commands/stubs/routes/web.stub (642 B)
src/Commands/stubs/routes/api.stub (693 B)
src/Commands/stubs/event.stub (743 B)
src/Commands/stubs/controller.invokable.stub (289 B)
src/Commands/stubs/service-invoke.stub (109 B)
src/Commands/stubs/json.stub (262 B)
src/Commands/stubs/repository.stub (107 B)
src/Commands/stubs/action.stub (107 B)
src/Commands/stubs/exception.stub (96 B)
src/Commands/stubs/component-view.stub (34 B)
src/Commands/stubs/model.stub (458 B)
src/Commands/stubs/observer.stub (799 B)
src/Commands/stubs/interface.stub (56 B)
src/Commands/stubs/mail.stub (489 B)
src/Commands/stubs/job-queued.stub (549 B)
src/Commands/stubs/controller-api.stub (943 B)
src/Commands/stubs/helper-invoke.stub (109 B)
src/Commands/stubs/controller.stub (1.21 KB)
src/Commands/stubs/component-class.stub (423 B)
src/Commands/stubs/command.stub (1.08 KB)
src/Commands/stubs/exception-report.stub (192 B)
src/Commands/stubs/service.stub (107 B)
src/Commands/stubs/listener-duck.stub (348 B)
src/Commands/stubs/job.stub (387 B)
src/Commands/stubs/middleware.stub (247 B)
src/Commands/stubs/controller-plain.stub (110 B)
src/Commands/Make/RequestMakeCommand.php (2.11 KB)
src/Commands/Make/InterfaceMakeCommand.php (2.11 KB)
src/Commands/Make/ExceptionMakeCommand.php (2.59 KB)
src/Commands/Make/CastMakeCommand.php (2.06 KB)
src/Commands/Make/ViewMakeCommand.php (1.32 KB)
src/Commands/Make/RepositoryMakeCommand.php (2.29 KB)
src/Commands/Make/ResourceMakeCommand.php (2.52 KB)
src/Commands/Make/TraitMakeCommand.php (2.07 KB)
src/Commands/Make/MailMakeCommand.php (2.08 KB)
src/Commands/Make/JobMakeCommand.php (2.53 KB)
src/Commands/Make/RouteProviderMakeCommand.php (3.23 KB)
src/Commands/Make/FactoryMakeCommand.php (2.76 KB)
src/Commands/Make/HelperMakeCommand.php (2.23 KB)
src/Commands/Make/GeneratorCommand.php (2.46 KB)
src/Commands/Make/EnumMakeCommand.php (2.06 KB)
src/Commands/Make/MiddlewareMakeCommand.php (2.3 KB)
src/Commands/Make/RuleMakeCommand.php (2.46 KB)
src/Commands/Make/ClassMakeCommand.php (2.69 KB)
src/Commands/Make/ActionMakeCommand.php (2.24 KB)
src/Commands/Make/ProviderMakeCommand.php (3.21 KB)
src/Commands/Make/EventMakeCommand.php (1.92 KB)
src/Commands/Make/ControllerMakeCommand.php (4 KB)
src/Commands/Make/ModelMakeCommand.php (6.59 KB)
src/Commands/Make/PolicyMakeCommand.php (2.1 KB)
src/Commands/Make/MigrationMakeCommand.php (4.27 KB)
src/Commands/Make/EventProviderMakeCommand.php (2.14 KB)
src/Commands/Make/ComponentViewMakeCommand.php (1.75 KB)
src/Commands/Make/TestMakeCommand.php (2.57 KB)
src/Commands/Make/ListenerMakeCommand.php (3.35 KB)
src/Commands/Make/SeedMakeCommand.php (2.69 KB)
src/Commands/Make/CommandMakeCommand.php (2.61 KB)
src/Commands/Make/ServiceMakeCommand.php (2.25 KB)
src/Commands/Make/NotificationMakeCommand.php (2.17 KB)
src/Commands/Make/ModuleMakeCommand.php (3.23 KB)
src/Commands/Make/ChannelMakeCommand.php (2.12 KB)
src/Commands/Make/ObserverMakeCommand.php (3.1 KB)
src/Commands/Make/ScopeMakeCommand.php (2.18 KB)
src/Commands/Make/ComponentClassMakeCommand.php (2.74 KB)
src/Commands/Database/MigrateCommand.php (2.43 KB)
src/Commands/Database/SeedCommand.php (6.44 KB)
src/Commands/Database/MigrateResetCommand.php (1.83 KB)
src/Commands/Database/MigrateRefreshCommand.php (1.75 KB)
src/Commands/Database/MigrateStatusCommand.php (1.35 KB)
src/Commands/Database/MigrateRollbackCommand.php (2 KB)
src/Commands/Database/MigrateFreshCommand.php (3.26 KB)
src/Commands/Actions/DumpCommand.php (866 B)
src/Commands/Actions/UnUseCommand.php (809 B)
src/Commands/Actions/CheckLangCommand.php (5.96 KB)
src/Commands/Actions/UpdateCommand.php (825 B)
src/Commands/Actions/ModelPruneCommand.php (3.99 KB)
src/Commands/Actions/ModelShowCommand.php (1.52 KB)
src/Commands/Actions/UseCommand.php (775 B)
src/Commands/Actions/DisableCommand.php (1.03 KB)
src/Commands/Actions/InstallCommand.php (3.68 KB)
src/Commands/Actions/EnableCommand.php (927 B)
src/Commands/Actions/ModuleDeleteCommand.php (824 B)
src/Commands/Actions/ListCommand.php (2.22 KB)
src/Routing/Controller.php (380 B)
src/Module.php (8.66 KB)
src/Providers/ConsoleServiceProvider.php (4.05 KB)
src/Providers/ContractsServiceProvider.php (420 B)
src/Providers/BootstrapServiceProvider.php (497 B)
src/Contracts/ConfirmableCommand.php (78 B)
src/Contracts/RunableInterface.php (200 B)
src/Contracts/ActivatorInterface.php (923 B)
src/Contracts/RepositoryInterface.php (2.85 KB)
src/Contracts/PublisherInterface.php (179 B)
src/helpers.php (1.16 KB)
src/ModulesServiceProvider.php (1.72 KB)
.github/workflows/php.yml (663 B)
.github/FUNDING.yml (81 B)
composer.json (1.68 KB)
CONTRIBUTING.md (756 B)