PHPackages                             kernel243/artisan - 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. kernel243/artisan

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

kernel243/artisan
=================

This package provides a set of artisan commands for Laravel

v0.0.3(3y ago)31.0kMITPHPPHP &gt;=7.4.0CI passing

Since Jun 13Pushed 7mo agoCompare

[ Source](https://github.com/kernel243/artisan)[ Packagist](https://packagist.org/packages/kernel243/artisan)[ RSS](/packages/kernel243-artisan/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Kernel243/Artisan
=================

[](#kernel243artisan)

[![Packagist Downloads](https://camo.githubusercontent.com/f528526e8a590b310dbba87cf3221721aebc39331cc413c5eac075b43d3a508a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b65726e656c3234332f6172746973616e2e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/kernel243/artisan)[![Visits](https://camo.githubusercontent.com/fb62bbb673805c26d8aafcb8c4081869bcd001ddaaeabc0a7eaa68d8baa742c6/68747470733a2f2f6261646765732e7075666c65722e6465762f7669736974732f6b65726e656c3234332f6172746973616e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/kernel243/artisan)

This package provides a set of new artisan commands for Laravel.

This package is based on another laravel package `dannyvilla/artisan-commands`, my package adds other options which are not yet available in this one for example the use of a modular architecture with laravel `nwidart/laravel-modules` and many other options.

Visit the developer website: [developper.elongocrea.com](https://developper.elongocrea.com)

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

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install kernel243/artisan

```
composer require kernel243/artisan
```

Usage
-----

[](#usage)

### View command

[](#view-command)

#### Generate an empty view

[](#generate-an-empty-view)

```
php artisan make:view folder.subfolder.view
```

#### Generate a view with a layout

[](#generate-a-view-with-a-layout)

```
php artisan make:view folder.subfolder.view --layout=app
```

### Repository command

[](#repository-command)

#### Generate an empty repository file

[](#generate-an-empty-repository-file)

```
php artisan make:repository UserRepository
```

#### Generate a repository with a model

[](#generate-a-repository-with-a-model)

```
php artisan make:repository UserRepository --model=User
```

#### Generate a repository with a module

[](#generate-a-repository-with-a-module)

```
php artisan make:repository UserRepository --model=Country --module=Setting
```

### Service command

[](#service-command)

#### Generate a serfvice class

[](#generate-a-serfvice-class)

```
php artisan make:service PayPalPaymentService
```

#### Generate a serfvice class with a module

[](#generate-a-serfvice-class-with-a-module)

```
php artisan make:service PayPalPaymentService --module=Payment
```

### Lang command

[](#lang-command)

#### Generate a new locale file

[](#generate-a-new-locale-file)

```
php artisan make:lang myFilanem --locale=es
```

#### Generate a new json locale file

[](#generate-a-new-json-locale-file)

```
php artisan make:lang --locale=es --json
```

### Class command

[](#class-command)

#### Generate a class

[](#generate-a-class)

```
php artisan make:class App\Handlers\UserHandlers
```

or you can use a dot(.) as separator

```
php artisan make:class App.Handlers.UserHandlers --separator=.
```

#### Generate a trait

[](#generate-a-trait)

```
php artisan make:class App\Traits\MyTrait --kind=trait
```

#### Generate an interface

[](#generate-an-interface)

```
php artisan make:class App\Contracts\IClassable --kind=interface
```

### File command

[](#file-command)

#### Generate a generic file

[](#generate-a-generic-file)

```
php artisan make:file folder.subfolder1.subfolder2.filename --ext=php
```

### CRUD command

[](#crud-command)

Generate a CRUD with model, repository, service, controller and Tailwind views

```
php artisan make:crud Product --fields="title:string,description:text,price:decimal,is_active:boolean"
```

### Resource CRUD command

[](#resource-crud-command)

Generate CRUD using a Resource class (Filament-inspired)

```
php artisan make:resource-crud Product --fields="title:string,description:text"
```

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance44

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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 ~6 days

Total

3

Last Release

1104d ago

### Community

Maintainers

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

---

Top Contributors

[![merdielongo](https://avatars.githubusercontent.com/u/54002007?v=4)](https://github.com/merdielongo "merdielongo (23 commits)")

### Embed Badge

![Health badge](/badges/kernel243-artisan/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[ronasit/laravel-entity-generator

Provided console command for generating entities.

2053.1k](/packages/ronasit-laravel-entity-generator)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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