PHPackages                             jobyh/laravel-react-make - 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. jobyh/laravel-react-make

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

jobyh/laravel-react-make
========================

Artisan command to generate React components

v1.1.0(5y ago)01.0k1MITPHPPHP ^7.2|^8.0

Since Mar 2Pushed 4y agoCompare

[ Source](https://github.com/jobyh/laravel-react-make)[ Packagist](https://packagist.org/packages/jobyh/laravel-react-make)[ RSS](/packages/jobyh-laravel-react-make/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (5)Versions (9)Used By (0)

laravel-react-make
==================

[](#laravel-react-make)

[![Build Status](https://camo.githubusercontent.com/b2906e848a8e2cda3203f317521d77e0ea41cae378074f0cff1d192b244f2925/68747470733a2f2f7472617669732d63692e636f6d2f6a6f6279682f6c61726176656c2d72656163742d6d616b652e7376673f6272616e63683d6d61696e)](https://travis-ci.com/jobyh/laravel-react-make)

> This repo has been archived. Please use 👉 [this package](https://github.com/FullStackAppCo/laravel-react-make) instead. 🙂

Artisan generator for React function and class components. Supports Laravel 8, 7 and 6.

Quick start
-----------

[](#quick-start)

```
% cd /path/to/laravel/project
% composer require --dev jobyh/laravel-react-make

```

### Customise Stubs

[](#customise-stubs)

Publishing stubs in Laravel is a [great feature](https://laravel.com/docs/8.x/artisan#stub-customization). Yes please.

```
% php artisan vendor:publish --tag react-stub

```

Usage
-----

[](#usage)

Generate a React function component:

```
% php artisan make:react MyComponent
# -> resources/js/components/MyComponent.js

```

Generate under a subdirectory:

```
% php artisan make:react foo/bar/MyComponent
# -> resources/js/components/foo/bar/MyComponent.js

```

Use `.jsx` file extension (short version `-x` is also available)

```
% php artisan make:react --jsx MyComponent
# -> resources/js/components/MyComponent.jsx

```

Generate a class based component (short version `-c` is also available)

```
% php artisan make:react --class MyComponent
# -> resources/js/components/MyComponent.js

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~71 days

Total

7

Last Release

1969d ago

Major Versions

v0.1.1 → v1.0.02020-10-01

PHP version history (3 changes)v0.1.0-alphaPHP ^7.2

v0.1.0-betaPHP ^7.1.3

v1.1.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/86093faeb8926d09f1dadb0d0639443527b6dd4750df4892a9af9bcba56dcdd9?d=identicon)[jobyh](/maintainers/jobyh)

---

Top Contributors

[![jobyh](https://avatars.githubusercontent.com/u/779072?v=4)](https://github.com/jobyh "jobyh (13 commits)")

---

Tags

laravelgeneratorartisanreactJobyh

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jobyh-laravel-react-make/health.svg)

```
[![Health](https://phpackages.com/badges/jobyh-laravel-react-make/health.svg)](https://phpackages.com/packages/jobyh-laravel-react-make)
```

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[tehwave/laravel-achievements

Simple, elegant Achievements the Laravel way

7012.8k](/packages/tehwave-laravel-achievements)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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