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

ActiveLibrary

waqar/make-artisan
==================

create trait and service class

1.0(2y ago)02MITPHP

Since May 22Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Generate services , Trait and view in Laravel with the artisan command
----------------------------------------------------------------------

[](#generate-services--trait-and-view-in-laravel-with-the-artisan-command)

Create a new service and trait class.

### Installation

[](#installation)

You can install the package via Composer by running the following command:

```
composer require waqar/make-artisan

```

### Usage

[](#usage)

After installation the `php artisan make:service {name}` and `php artisan make:trait {name}` will be available in the list of artisan commands.

### Generate Service

[](#generate-service)

To generate a new service use the following artisan command.

```
php artisan make:service {name}

```

To generate a new trait use the following artisan command.

```
php artisan make:trait {name}

```

To generate a new view use the following artisan command.

```
php artisan make:view {name}

```

### Support

[](#support)

If you encounter any issues with this package, please open an issue on the GitHub repository or contact us at .

I hope this example description helps you write your own README file! Let me know if you have any other questions.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04b5f5b3815b9dd159be6a09489fd518d1b500eb8c4c250795105b2965da4222?d=identicon)[WaqarHussainKhalid](/maintainers/WaqarHussainKhalid)

---

Top Contributors

[![WaqarHussainKhalid](https://avatars.githubusercontent.com/u/52109661?v=4)](https://github.com/WaqarHussainKhalid "WaqarHussainKhalid (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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