PHPackages                             danielyandev/laravel-easymake - 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. danielyandev/laravel-easymake

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

danielyandev/laravel-easymake
=============================

Easy make commands for Laravel

1.0.4(6y ago)59MITPHPPHP ^7.1CI failing

Since Feb 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/danielyandev/laravel-easymake)[ Packagist](https://packagist.org/packages/danielyandev/laravel-easymake)[ RSS](/packages/danielyandev-laravel-easymake/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Making Laravel artisan make: command easier
-------------------------------------------

[](#making-laravel-artisan-make-command-easier)

Getting started
---------------

[](#getting-started)

#### Install package

[](#install-package)

`composer require danielyandev/laravel-easymake`

Some examples
-------------

[](#some-examples)

#### Make model with migration and controller

[](#make-model-with-migration-and-controller)

###### This will create a model with defined relation, a migration with defined columns and a resource controller with defined methods. All you need is just to populate migration with extra columns and add view names to return

[](#this-will-create-a-model-with-defined-relation-a-migration-with-defined-columns-and-a-resource-controller-with-defined-methods-all-you-need-is-just-to-populate-migration-with-extra-columns-and-add-view-names-to-return)

`php artisan easymake:model Book --belongsTo="User" --softdeletes -mcr`

#### Make model with soft deletes

[](#make-model-with-soft-deletes)

`php artisan easymake:model MyModel --softdeletes`

##### or

[](#or)

`php artisan easymake:model MyModel -d`

#### Make model with hasOne relations

[](#make-model-with-hasone-relations)

`php artisan easymake:model MyModel --hasOne="Model1|Model2|...|ModelN"`

##### With other parameters

[](#with-other-parameters)

`php artisan easymake:model MyModel --hasOne="Model1,foreignKey1,localKey1|...|ModelN,foreignKeyN,localKeyN"`

##### With namespace

[](#with-namespace)

`php artisan easymake:model MyModel --hasOne="App\User|App\Models\SomeModel"`

All available commands
----------------------

[](#all-available-commands)

##### Read the docs on gitbook.io [here](https://rub1994-13.gitbook.io/easymake/) or check docs folder in this repository

[](#read-the-docs-on-gitbookio-here-or-check-docs-folder-in-this-repository)

- [Model](https://github.com/danielyandev/laravel-easymake/blob/master/docs/usage/model.md)
- [Migration](https://github.com/danielyandev/laravel-easymake/blob/master/docs/usage/migration.md)
- [Seeder](https://github.com/danielyandev/laravel-easymake/blob/master/docs/usage/seeder.md)
- [Controller](https://github.com/danielyandev/laravel-easymake/blob/master/docs/usage/controller.md)
- [Event](https://github.com/danielyandev/laravel-easymake/blob/master/docs/usage/event.md)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~2 days

Total

5

Last Release

2272d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30086730?v=4)[Ruben Danielyan](/maintainers/danielyandev)[@danielyandev](https://github.com/danielyandev)

---

Top Contributors

[![danielyandev](https://avatars.githubusercontent.com/u/30086730?v=4)](https://github.com/danielyandev "danielyandev (60 commits)")

---

Tags

artisan-commandlaravellaravel-easymakepackagephp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/danielyandev-laravel-easymake/health.svg)

```
[![Health](https://phpackages.com/badges/danielyandev-laravel-easymake/health.svg)](https://phpackages.com/packages/danielyandev-laravel-easymake)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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