PHPackages                             4imobile/4i-artisan-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. 4imobile/4i-artisan-commands

ActiveCommands

4imobile/4i-artisan-commands
============================

Artisan commands for base project setup

v1.0.8(6y ago)025MITPHPPHP &gt;=7

Since May 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/4imobile/4i-artisan-commands)[ Packagist](https://packagist.org/packages/4imobile/4i-artisan-commands)[ RSS](/packages/4imobile-4i-artisan-commands/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (9)Versions (8)Used By (0)

Laravel 5 4i Artisan Commands
-----------------------------

[](#laravel-5-4i-artisan-commands)

[![Latest Stable Version](https://camo.githubusercontent.com/b80661109149964211a4fc25827dad209e732140bfbd660321e6992076e44ee7/68747470733a2f2f706f7365722e707567782e6f72672f34696d6f62696c652f34692d6172746973616e2d636f6d6d616e64732f762f737461626c65)](https://packagist.org/packages/rhaarhoff/laravel-artisan-commands)[![Software License](https://camo.githubusercontent.com/86b055f9749caec0d4e29018b4e7f05132b94220c73528c1f242a34d012c9513/68747470733a2f2f706f7365722e707567782e6f72672f34696d6f62696c652f34692d6172746973616e2d636f6d6d616e64732f6c6963656e7365)](http://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/cf6d2135b753e6c70fc7bb03fe0039d542c6e253f72f15642817d8739c37c913/68747470733a2f2f706f7365722e707567782e6f72672f34696d6f62696c652f34692d6172746973616e2d636f6d6d616e64732f646f776e6c6f616473)](https://packagist.org/packages/rhaarhoff/laravel-artisan-commands)

### Description

[](#description)

This package provides some useful Artisan commands for generating everything to do with base project setup and hopefully more in the future.

### Installation

[](#installation)

Require this package with Composer using the following command:

```
composer require 4imobile/4i-artisan-commands
```

After updating Composer, add the service provider to the `providers` array in `config/app.php`:

```
FourIMobile\FourIArtisanCommands\CommandServiceProvider::class
```

Run the `dump-autoload` command:

```
composer dump-autoload
```

In Laravel, instead of adding the service provider in the `config/app.php` file, you can add the following code to your `app/Providers/AppServiceProvider.php` file, within the `register()` method:

```
public function register()
{
    if ($this->app->environment() !== 'production') {
        $this->app->register(\FourIMobile\FourIArtisanCommands\CommandServiceProvider::class);
    }
    // ...
}
```

### Commands

[](#commands)

Below you can find all the commands that you can use, including the parameters that you can specify.

```
COMMAND                     PARAMETER       DESCRIPTION
-----------------------------------------------------------------------------------------------------------------------
make:device:auth            -b              Generates a basic auth structure, including everything except OTP
make:device:auth            -a              Generates the entire auth structure
make:device:migrations                      Generates the device base migrations

```

### License

[](#license)

The Laravel Artisan Commands is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~5 days

Total

7

Last Release

2511d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc5602198a71638b6b8497142d27b0fe57b0aaab292bb6004ab400d6b70038a3?d=identicon)[4imobile](/maintainers/4imobile)

---

Top Contributors

[![ruanhaarhoff](https://avatars.githubusercontent.com/u/46562211?v=4)](https://github.com/ruanhaarhoff "ruanhaarhoff (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/4imobile-4i-artisan-commands/health.svg)

```
[![Health](https://phpackages.com/badges/4imobile-4i-artisan-commands/health.svg)](https://phpackages.com/packages/4imobile-4i-artisan-commands)
```

###  Alternatives

[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[orchestra/workbench

Workbench Companion for Laravel Packages Development

8017.0M43](/packages/orchestra-workbench)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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