Download the PHP package mellian-studios/laravel-modules without Composer

On this page you can find all versions of the php package mellian-studios/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 by Mellian Studios

Latest Version on Packagist PHP Pipeline Total Downloads

Laravel laravel-modules
5.4 ^1.0
5.5 ^2.0
5.6 ^3.0
5.7 ^4.0
5.8 ^5.0
6.0 ^6.0
7.0 ^7.0
8.0 ^8.0
9.0 ^9.0
10.0 ^10.0
11.0 ^11.0
12.0 ^12.0
13.0 ^13.0

mellian-studios/laravel-modules is a Laravel package for managing large Laravel applications using modules. A module is similar to a Laravel package and can contain views, controllers, models, and other application code. This fork is supported and tested with Laravel 13.

This package is maintained by Mellian Studios and is a fork of nWidart/laravel-modules. The upstream package was itself based on pingpong/modules.

The Nwidart\Modules PHP namespace is retained for backward compatibility, so existing application code and the service-provider name do not need to change.

Install

To install via Composer, run:

The package will automatically register a service provider and alias.

Optionally, publish the package's configuration file by running:

Autoloading

from v11.0 autoloading "Modules\\": "modules/", is no longer required, and should be removed from your composer.json if present.

By default, the module classes are not loaded automatically. You can autoload your modules by adding merge-plugin to the extra section:

Important

on the first installation you will be asked:

Answer y to allow the plugin to be executed. Otherwise, you will need to manually enable the following to your composer.json:

if "wikimedia/composer-merge-plugin": false modules will not be autoloaded.

Tip: don't forget to run composer dump-autoload afterwards

Documentation

Installation and usage information for this fork is maintained in this README. Release notes are available in the changelog.

Community

For help with this fork, start a thread in GitHub Discussions.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-modules with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
ext-dom Version *
ext-json Version *
ext-simplexml Version *
wikimedia/composer-merge-plugin Version ^2.1
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 mellian-studios/laravel-modules contains the following files

Loading the files please wait ...