Download the PHP package dimitrienkov0/laravel-modules without Composer

On this page you can find all versions of the php package dimitrienkov0/laravel-modules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-modules

Laravel Modules

Manifest-driven runtime для модулей в Laravel 12/13.

dimitrienkov0/laravel-modules помогает Laravel-приложению находить модули в настроенных директориях, валидировать module.json, сортировать модули по зависимостям и загружать enabled-модули через предсказуемый loader pipeline.

Текущий v2.0 core покрывает runtime loading, feature values, production registry cache, lifecycle-команды (make:module, modules:install, modules:update, modules:remove, modules:enable, modules:disable, modules:list, modules:optimize, modules:optimize-clear) и module-aware генераторы: native make:* --module для 22 артефактов плюс архитектурные make:use-case/action/query/dto/vo (см. docs/moonshine.md); установка/обновление через zip-upload в UI остаётся roadmap.

Quick Start

Проверка production cache:

Требования

Компонент Версия
PHP 8.3+
Laravel 12 / 13
Optional admin bridge MoonShine 4
Optional routes bridge Inertia 2

Возможности

Минимальный модуль

Команда создаёт структуру модуля, module.json, ServiceProvider stub и приватный state.json.

Минимальный module.json после scaffold:

schema_version, meta.name, meta.kind и meta.version — обязательные; meta.group — необязательное (kebab-case группа для отображения в modules:list). Полный контракт — в docs/manifest.md.

storage/app/private/modules/blog/state.json:

Feature Usage

Добавьте feature schema и values, как описано в docs/feature-toggles.md, затем читайте их через scoped repository:

Документация

Раздел Описание
Getting Started Установка и первая проверка
Module Structure Поддерживаемые runtime-пути
Manifest Контракт module.json
Configuration Конфиг и routing options
MoonShine Опциональный admin-UI управления модулями
Architecture Registry, cache, loaders, lifecycle
Loaders Справочник лоадеров и написание своего
Feature Toggles Runtime settings API
Logging Opt-in диагностический слой и каталог событий
Octane Octane worker contract и reload-операционка
CLI Реализованные Artisan-команды
Contributing Quality gates и PR rules

License

MIT


All versions of laravel-modules with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
laravel/framework Version ^11|^12|^13
inertiajs/inertia-laravel Version ^2
moonshine/contracts Version ^4.0
moonshine/core Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dimitrienkov0/laravel-modules contains the following files

Loading the files please wait ...