PHPackages                             laraxot/laravel-auto-dev - 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. laraxot/laravel-auto-dev

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

laraxot/laravel-auto-dev
========================

Automate Laravel development with AI-driven code generation and PHPDoc support

127PHP

Since May 9Pushed 1y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Auto Dev
================

[](#laravel-auto-dev)

Description
-----------

[](#description)

This Laravel package, `laraxot/laravel-auto-dev`, provides an Artisan command `make:code`, which automates code generation for specific development tasks. It interacts with external APIs to fetch the necessary data and supports options for making tests and Filament resources.

### Install the Server

[](#install-the-server)

Before installing the Laravel package, set up the necessary server which hosts the endpoint for code generation. The server can be found and installed from the following repository:

[laravel-auto-dev-server](https://github.com/laraxot/laravel-auto-dev-server)

After setting up the server, proceed with the installation of the Laravel package.

Package Installation
--------------------

[](#package-installation)

Install the package using Composer:

```
composer require laraxot/laravel-auto-dev
```

After installation, you can publish and configure the necessary files:

```
php artisan vendor:publish --provider="Laraxot\AutoDev\AutoDevServiceProvider"
```

Optional Configurations
-----------------------

[](#optional-configurations)

Set the required variables in your .env file:

```
API_URL=http://localhost:3000/generate
API_BASE_DIR=/specify/root/folder

```

Update the configuration file config/make\_code.php with:

```
return [
    'url' => env('MAKE_CODE_URL'),
];
```

### Usage

[](#usage)

To execute the make:code command, use:

```
php artisan make:code "Write the task here" [--test] [--filament]
```

### Options

[](#options)

```
--test: Runs the command in test mode (optional).
--filament: Uses the Filament library (optional).

```

### Testing

[](#testing)

Run the integrated tests with:

```
php artisan test
```

### Contributing

[](#contributing)

Contributions to the project are welcome! Submit a pull request with your changes or open an issue to discuss modifications or additions.

### License

[](#license)

This project is released under the GPL3.0 License.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity20

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fce694e07e5977cd46a2453ebb559b0040301bd5a5a1e841fe9aec666aa9f232?d=identicon)[marco76tv](/maintainers/marco76tv)

![](https://www.gravatar.com/avatar/ff1921c7736cadb3909bed4cf206e4510bd88c87748c33bf923c9594ccd32117?d=identicon)[Malebestia](/maintainers/Malebestia)

![](https://www.gravatar.com/avatar/f4340cb1f67ce23be2b61293a39500750cf12953a8ca17ccf26f597d5cc1d45a?d=identicon)[dade1987](/maintainers/dade1987)

---

Top Contributors

[![dade1987](https://avatars.githubusercontent.com/u/19210174?v=4)](https://github.com/dade1987 "dade1987 (10 commits)")

### Embed Badge

![Health badge](/badges/laraxot-laravel-auto-dev/health.svg)

```
[![Health](https://phpackages.com/badges/laraxot-laravel-auto-dev/health.svg)](https://phpackages.com/packages/laraxot-laravel-auto-dev)
```

###  Alternatives

[uccellolabs/filament-theme-color

Easy way to change filament theme color on the fly.

1717.0k](/packages/uccellolabs-filament-theme-color)

PHPackages © 2026

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