PHPackages                             lapcs/commands - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lapcs/commands

Abandoned → [instance-code/repository](/?search=instance-code%2Frepository)Laravel

lapcs/commands
==============

A command hmvc laravel and lumen

61081[1 issues](https://github.com/lapcs/commands/issues)[2 PRs](https://github.com/lapcs/commands/pulls)PHP

Since May 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lapcs/commands)[ Packagist](https://packagist.org/packages/lapcs/commands)[ RSS](/packages/lapcs-commands/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-Modules
===============

[](#laravel-modules)

lumen-Modules
=============

[](#lumen-modules)

**Laravel/lumen****laravel-modules/lumen-modules**5.6^dev`lapcs/commands` is a Laravel or lumen package which created to manage your large Laravel or lumen app using modules. Module is like a Laravel or lumen package, it has some views, controllers,helper,component (vuejs) or models. This package is supported and tested in Laravel 5.\* or lumen 5.\*

With one big added bonus that the original package didn't have: **tests**.

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require lapcs/commands:1.3.x-dev
```

Lumen config
------------

[](#lumen-config)

```
 //bootstrap\app.php
 Add : $app->register(Lapcs\Commands\CommandServiceProvider::class);
```

Laravel config
--------------

[](#laravel-config)

```
  //config\app.php
 'providers' => [
	...
	Lapcs\Commands\CommandServiceProvider::class,
 ]
```

Setup HMVC
----------

[](#setup-hmvc)

```
	// Create folder Modules default to app\Modules
	php artisan ans:setup

	// Add ModuleServiceProvider to config
	// Laravel : config\app.php
	'providers' => [
		...
		App\Modules\ModuleServiceProvider::class,
	 ]

	// Lumen : bootstrap\app.php
	Add : $app->register(App\Modules\ModuleServiceProvider::class);

	// Make module : Ex Master
	php artisan ans:module master

	// Make ExController in module Master
	php artisan ans:controller master Ex OR php artisan ans:controller master ExController

	// Make Request
	php artisan ans:request master MasterRequest

	... to help command
	php artisan ans:help

```

Command helper
--------------

[](#command-helper)

```
	php artisan ans:help

```

Publish config
--------------

[](#publish-config)

```
	php artisan vendor:publish --tag=config

```

The package will automatically register a service provider and alias.

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

### Autoloading

[](#autoloading)

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

Documentation
-------------

[](#documentation)

You'll find installation instructions and full documentation on : comming son....

Credits ....
------------

[](#credits-)

About lapcs command
-------------------

[](#about-lapcs-command)

lapcs command is a freelance web developer specialising on the Laravel/lumen framework.

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39073978?v=4)[lavacs](/maintainers/lavacs)[@lavacs](https://github.com/lavacs)

![](https://www.gravatar.com/avatar/f22329238c8111cb71fdacd51849e20f3c030da0af4e4e8cc6072c3cac7791ba?d=identicon)[mysticky](/maintainers/mysticky)

---

Top Contributors

[![lavacs](https://avatars.githubusercontent.com/u/39073978?v=4)](https://github.com/lavacs "lavacs (23 commits)")[![quangtaned](https://avatars.githubusercontent.com/u/13196369?v=4)](https://github.com/quangtaned "quangtaned (8 commits)")

### Embed Badge

![Health badge](/badges/lapcs-commands/health.svg)

```
[![Health](https://phpackages.com/badges/lapcs-commands/health.svg)](https://phpackages.com/packages/lapcs-commands)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
