PHPackages                             determined-development/laradev - 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. [Framework](/categories/framework)
4. /
5. determined-development/laradev

ActiveLibrary[Framework](/categories/framework)

determined-development/laradev
==============================

A collection of Laravel development helpers and utilities

1.1.0(2mo ago)0781MITPHPPHP ^8.3CI passing

Since May 14Pushed 2mo agoCompare

[ Source](https://github.com/determined-development/laradev)[ Packagist](https://packagist.org/packages/determined-development/laradev)[ RSS](/packages/determined-development-laradev/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (7)Versions (4)Used By (1)

LaraDev
=======

[](#laradev)

[![Build Status](https://github.com/determined-development/laradev/actions/workflows/tests.yml/badge.svg)](https://github.com/determined-development/laradev/actions)[![Total Downloads](https://camo.githubusercontent.com/845042197188947a489f5da40883bcf1893e00dc6e80a39848b944f948409e0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64657465726d696e65642d646576656c6f706d656e742f6c617261646576)](https://packagist.org/packages/determined-development/laradev)[![Latest Stable Version](https://camo.githubusercontent.com/ec128c6ccd06aac8d6a1be6eed1ffb41332b8c4e11c56b87f0d9a25e8517190c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64657465726d696e65642d646576656c6f706d656e742f6c617261646576)](https://packagist.org/packages/determined-development/laradev)[![License](https://camo.githubusercontent.com/5e63b5dd9fe488fad641686dc57beb8444ce34f1766f121cdd23c9ec7cce5c23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64657465726d696e65642d646576656c6f706d656e742f6c617261646576)](https://packagist.org/packages/determined-development/laradev)

A collection of Laravel development helpers and utilities.

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

[](#installation)

```
composer require --dev determined-development/laradev
```

Usage
-----

[](#usage)

### `make:facade`

[](#makefacade)

You can use this utility to make facades for services in your application. The facade accessor will be guessed from the name of the facade, or can be set explicitly with the `--accessor` or `--target` options. If the accessor, target, or detected service is a class, then a mixin will be added for PHPStan/IDE hinting.

```
php artisan make:facade Foo

  INFO  Facade [app/Support/Facades/Foo.php] created successfully

php artisan make:facade Foo/Bar --accessor='App\Services\FooBarService'

  INFO  Facade [app/Support/Facades/Foo/Bar.php] created successfully

php artisan make:facade Fizz/Buzz --accessor='fizzbuzz' --target='App\Services\FizzBuzzService'

  INFO  Facade [app/Support/Facades/Fizz/Buzz.php] created successfully
```

### `make:service`

[](#makeservice)

You can use this utility to make services in your application. You can pass `--facade` to also generate a matching facade. If you don't set the value, it will name the Facade automatically based on the service name.

```
php artisan make:service Foo

  INFO  Service [app/Services/Foo.php] created successfully

php artisan make:service FooService --facade

  INFO  Service [app/Services/FooService.php] created successfully
  INFO  Facade [app/Support/Facades/Foo.php] created successfully

php artisan make:service Foo/Bar --facade

  INFO  Service [app/Services/Foo/Bar.php] created successfully
  INFO  Facade [app/Support/Facades/Foo/Bar.php] created successfully

php artisan make:service Fizz/Buzz --facade=Bing

  INFO  Service [app/Services/Fizz/Buzz.php] created successfully
  INFO  Facade [app/Support/Facades/Bing.php] created successfully
```

### Publishing stubs

[](#publishing-stubs)

Stubs can be published with any of the following commands:

```
php artisan vendor:publish --tag=laradev
php artisan vendor:publish --tag=stubs
php artisan vendor:publish --provider='Determined\LaraDev\LaraDevServiceProvider' --tag=stubs
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance86

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community8

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

Total

2

Last Release

71d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/462466?v=4)[Samuel Levy](/maintainers/samlev)[@samlev](https://github.com/samlev)

---

Top Contributors

[![samlev](https://avatars.githubusercontent.com/u/462466?v=4)](https://github.com/samlev "samlev (8 commits)")

---

Tags

frameworklaraveldevelopment

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/determined-development-laradev/health.svg)

```
[![Health](https://phpackages.com/badges/determined-development-laradev/health.svg)](https://phpackages.com/packages/determined-development-laradev)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M321](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.7M36](/packages/rebing-graphql-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M246](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77922.3M186](/packages/laravel-mcp)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k14](/packages/laravel-surveyor)

PHPackages © 2026

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