You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!"
21
22
22
-
Introduction
23
-
------------
23
+
## Introduction
24
24
25
25
The `laminas-composer-autoloading` package provides the following commands for use with [laminas-cli](https://docs.laminas.dev/laminas-cli/):
26
26
@@ -34,8 +34,7 @@ Both commands also dump the autoloading rules on completion.
34
34
> If you were using the v2 series of this component, the package previously provided its own binary, `laminas-composer-autoloading`.
35
35
> You will now call `laminas composer:autoload:(disable|enable)` instead.
Note the `--dev` flag; this tool is intended for use in development only.
47
46
48
-
Usage
49
-
-----
47
+
## Usage
50
48
51
49
```bash
52
50
# Enable the module "Foo" and autodetermine if PSR-0 or PSR-4 autoloading should be generated
@@ -65,8 +63,7 @@ Use `laminas help <command>` to get detailed help about available options and ar
65
63
- If unable to determine the autoloading type, the command raises an exception.
66
64
- On enabling autoloading, if the `Module` class file for the module is in the module root, it will be moved to the module's `src/` directory (laminas-mvc applications only).
67
65
68
-
Examples
69
-
--------
66
+
## Examples
70
67
71
68
1. Autodetect a module's autoloading type, and generate a Composer autoloading
0 commit comments