maventama / laravel-armageddon
Menghapus vendor, node_modules, composer.json, dan package.json.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/maventama/laravel-armageddon
Requires
- php: >=7.4
README
📌 Description
Laravel Armageddon is a Laravel package designed to "destroy" a project by deleting essential folders and files such as:
app/node_modules/.gitnode_modulescomposer.jsoncomposer.lockpackage.jsonpackage-lock.jsonyarn.lockappdatabasepublicresources
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! 💥