PHPackages                             mdhesari/laravel-assistant - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mdhesari/laravel-assistant

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mdhesari/laravel-assistant
==========================

A smart laravel assistant which makes Laravel deveoper's life easier. just focus on the logic and leave the boilerplates on me.

0.3.1(2y ago)216MITPHPPHP ^8.1

Since Aug 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Mdhesari/laravel-assistant)[ Packagist](https://packagist.org/packages/mdhesari/laravel-assistant)[ Docs](https://github.com/mdhesari/laravel-assistant)[ RSS](/packages/mdhesari-laravel-assistant/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Assistant
=================

[](#laravel-assistant)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3acfecb744db4af3c9ecf2bbb30e825d446f1a825aadf00f611afba1277621d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d646865736172692f6c61726176656c2d617373697374616e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mdhesari/laravel-assistant)[![Total Downloads](https://camo.githubusercontent.com/e57a91131a2829fee2fba0aac4f539967806bad45d84456f3b835af2dc9b32ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d646865736172692f6c61726176656c2d617373697374616e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mdhesari/laravel-assistant)

Larave assistant is a smart assistant tool for developers in order to develop and implement robust api for their client.

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

[](#installation)

You can install the package via composer:

```
composer require mdhesari/laravel-assistant --dev
```

Usage
-----

[](#usage)

```
php artisan assistant:install
```

This package was created when I wanted to have a tool in order to scaffold my new modules in a second with my architecture and design concepts.

It's currently best fit for api design, for example I want to develop a Todo app.

before everything don't forget to add OPENAI\_API\_KEY in your .env.

```
OPENAI_API_KEY="YOUR_API_KEY"
```

The magical command assistant:crud uses base architecture for scaffolding model, controller, migration, request architecture, and also it creates some events and actions in order to integrate them together.

- Crud scaffolding

```
php artisan assistant:crud -a Task
```

- Migration

```
php artisan assistant:make-migration Task
```

- Model

```
php artisan assistant:make-model Task
```

- Request

```
php artisan assistant:make-request Task
```

- Modules

Use modules option in order to add files into their specified module.

```
--modules=true
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mohamad Hesari](https://github.com/mdhesari)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

18

Last Release

987d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7504d2dd62302fe03079daa3b37a7cb007d7d67d9aacdf8f5128282d4ab15fcc?d=identicon)[mdhesari](/maintainers/mdhesari)

---

Top Contributors

[![Mdhesari](https://avatars.githubusercontent.com/u/28428724?v=4)](https://github.com/Mdhesari "Mdhesari (47 commits)")

---

Tags

mdhesarilaravel-assistant

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/mdhesari-laravel-assistant/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)

PHPackages © 2026

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