maventama/laravel-armageddon

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

1.0.2 2025-02-14 07:27 UTC

This package is auto-updated.

Last update: 2025-06-14 08:08:02 UTC


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! 💥