PHPackages                             novius/laravel-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. [CLI &amp; Console](/categories/cli)
4. /
5. novius/laravel-artisan-commands

ActiveLibrary[CLI &amp; Console](/categories/cli)

novius/laravel-artisan-commands
===============================

Additional artisan commands for Laravel

5.1.0(1y ago)724.5k↓23.1%4AGPL-3.0PHPPHP ^8.2CI passing

Since Aug 25Pushed 1y ago3 watchersCompare

[ Source](https://github.com/novius/laravel-artisan-commands)[ Packagist](https://packagist.org/packages/novius/laravel-artisan-commands)[ RSS](/packages/novius-laravel-artisan-commands/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (28)Used By (0)

Laravel Artisan Commands
========================

[](#laravel-artisan-commands)

[![Packagist Release](https://camo.githubusercontent.com/40e3acf4cc8df54473ce50bdf5d20beb5665de5c18a839983bc253d52d588254/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f766975732f6c61726176656c2d6172746973616e2d636f6d6d616e64732e7376673f6d61784167653d31383030267374796c653d666c61742d737175617265)](https://packagist.org/packages/novius/laravel-artisan-commands)[![Licence](https://camo.githubusercontent.com/ff328547640ff67b194f90401a172000165c0067045c04d9f1f81faa597ff190/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6f766975732f6c61726176656c2d6172746973616e2d636f6d6d616e64732e7376673f6d61784167653d31383030267374796c653d666c61742d737175617265)](https://github.com/novius/laravel-artisan-commands#licence)

This package contains some useful Artisan commands.

Requirements
------------

[](#requirements)

This version is compatible with Laravel &gt;= 11 and &lt;= 12 and PHP &gt;= 8.2.

For Laravel 10.0 please use 4.\* version.

For Laravel &gt;= 7.0 and &lt; 10.0 please use 3.\* version.

For Laravel &gt;= 6.0 and &lt; 7.0 please use 2.\* version.

For Laravel &gt;= 5.7 and &lt; 6.0 please use 1.\* version.

For Laravel &gt;=5.5.0 and &lt; 5.7 please use 0.3 version.

Installation
------------

[](#installation)

In your terminal:

```
composer require novius/laravel-artisan-commands
```

Usage &amp; Features
--------------------

[](#usage--features)

#### `db:configure`

[](#dbconfigure)

This command replaces some variables into `.env` and `config/database.php` files, in order to configure database name, user and password when you create a new project.

```
php artisan db:configure

```

#### `db:create`

[](#dbcreate)

This command tries to create a database, for a given connection:

```
php artisan db:create --connection=[connection]

```

`[connection]` have to be a valid connection, defined into `config/database.php` configuration file.

For instance, `php artisan db:create --connection=mysql` will call `config('database.connections.mysql')` to get driver, host, database name, etc.

#### `db:get-name`

[](#dbget-name)

This command print the database name for a given connection (or the current connection if not specified) :

```
php artisan db:get-name
php artisan db:get-name --connection=dev

```

`[connection]` have to be a valid connection, defined into `config/database.php` configuration file.

Testing
-------

[](#testing)

Run the tests with:

```
./test.sh
```

Lint
----

[](#lint)

Run php-cs with:

```
./cs.sh
```

Contributing
------------

[](#contributing)

Contributions are welcome! Leave an issue on Github, or create a Pull Request.

Licence
-------

[](#licence)

This package is under [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl-3.0.html) or (at your option) any later version.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance44

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 54.5% 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 ~119 days

Recently: every ~185 days

Total

24

Last Release

439d ago

Major Versions

0.3.0 → 1.0.12019-04-09

1.0.x-dev → 2.0.02019-09-12

0.3.1 → 3.0.02020-04-08

3.2.0 → 4.0.02023-02-24

4.x-dev → 5.0.02024-03-22

PHP version history (8 changes)1.0.0PHP &gt;=7.0

0.3.0PHP &gt;=7.1

1.0.1PHP ^7.1.3

2.0.0PHP ^7.2

3.0.0PHP ^7.3

3.x-devPHP ^7.3|^8.0

4.0.0PHP ^8.1

5.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![tony-novius](https://avatars.githubusercontent.com/u/243603340?v=4)](https://github.com/tony-novius "tony-novius (12 commits)")[![felixgilles](https://avatars.githubusercontent.com/u/900854?v=4)](https://github.com/felixgilles "felixgilles (4 commits)")[![tonyyb](https://avatars.githubusercontent.com/u/11064382?v=4)](https://github.com/tonyyb "tonyyb (4 commits)")[![jguyomard](https://avatars.githubusercontent.com/u/1242207?v=4)](https://github.com/jguyomard "jguyomard (2 commits)")

---

Tags

artisancommandslaravelconsolelaravelartisancommands

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/novius-laravel-artisan-commands/health.svg)

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

###  Alternatives

[vkovic/laravel-commando

Collection of handy Laravel artisan commands that most projects needs

6139.2k](/packages/vkovic-laravel-commando)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)[guratr/nova-command-runner

Laravel Nova tool for running Artisan commands.

43232.8k1](/packages/guratr-nova-command-runner)[perryvandermeer/laravel-console-validator

Validate arguments for Laravel commands

108.9k](/packages/perryvandermeer-laravel-console-validator)

PHPackages © 2026

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