maventama/laravel-armageddon 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

maventama/laravel-armageddon

最新稳定版本:1.0.2

Composer 安装命令:

composer require maventama/laravel-armageddon

包简介

Menghapus vendor, node_modules, composer.json, dan package.json.

README 文档

README

Packagist Version License

📌 Description

Laravel Armageddon is a Laravel package designed to "destroy" a project by deleting essential folders and files such as:

  • app/
  • node_modules/
  • .git
  • node_modules
  • composer.json
  • composer.lock
  • package.json
  • package-lock.json
  • yarn.lock
  • app
  • database
  • public
  • resources

Perfect for cleaning up a project before a total reset or just for fun with friends (use responsibly!).

🚀 Installation

Run the following command in the root of your Laravel project:

composer require maventama/laravel-armageddon

Laravel will automatically detect this package via the service provider.

⚡ Usage

Execute the following Artisan command to trigger Armageddon:

# For Test
php artisan app:armageddon-test

# For Production
php artisan app:armageddon

Once executed, this package will delete the specified files and folders. Use with caution!

🔥 Contribution

If you would like to contribute, feel free to fork this repository and submit a pull request!

📜 License

This project is licensed under the MIT License.

💥 Use wisely, don't regret it later! 💥

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-14