定制 julienjovy/devx 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

julienjovy/devx

最新稳定版本:v0.2.3

Composer 安装命令:

composer require julienjovy/devx

包简介

Universal CLI tool to automate dev setup and maintenance (Laravel, Nuxt, Composer, ...)

README 文档

README

Latest Version on Packagist PHP Version License

The Laravel-friendly CLI to automate development environments. From initializing fullstack apps (Laravel + Nuxt) to updating dependencies, devx does the boring stuff for you.

🚀 What is devx?

devx is a command-line tool that helps developers quickly set up, maintain, and scale local development environments.

It (or will) supports:

  • PHP framework scaffolding
  • JS / TS frontend pairing
  • Composer and Node/NPM automation
  • Custom aliases, .bashrc generation, OTP/OAuth setup
  • And more to come...

🧰 Installation

composer global require julienjovy/devx

Make sure your global Composer bin directory is in your $PATH:

  • Linux/macOS:

    export PATH="$HOME/.config/composer/vendor/bin:$PATH"
  • Windows (PowerShell):

    set PATH=%APPDATA%\Composer\vendor\bin;%PATH%

Once installed, use devx from anywhere:

devx --help

⚙️ Available Commands

🏗️ Scaffold a Laravel + Nuxt fullstack app

devx install --stack=laravel-nuxt --project=my-app --mode=split

Options:

  • --stack=laravel-nuxt|laravel-only
  • --mode=split|fullstack split = frontend & backend in separate folders fullstack = front (e.g. Vite/Blade) inside Laravel app

🏗️ Generate aliases for you favorite tools

devx alias
devx alias:kube (can be shortened to alias:k)
devx alias:docker (can be shortened to alias:d)

🧪 Environment checks

devx doctor

Checks:

  • PHP, Composer, Node, NPM, NVM
  • Docker installed?
  • Laravel tools present?

💬 Feedback

Made with ❤️ && ☕ by Julien Jovy

Pull requests welcome.

统计信息

  • 总下载量: 11
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-17