mitchazj / laravel-rickroll
Sometimes you just gotta rickroll people who attempt to mess with your website.
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4
- phpunit/phpunit: ^8.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-04-29 01:08:44 UTC
README
TLDR: sometimes you just gotta rickroll people who attempt to mess with your website.
Credit to Liam Hammett for his tweet (8k+ likes) that inspired this package: https://twitter.com/LiamHammett/status/1260984553570570240/
Installation
$ composer require mitchazj/laravel-rickroll
Simple Usage
Just install the package and that's it. Out-of-the box we'll redirect:
- .env
- wp-login
- wp-login.php
- wp-admin
- wp-admin/*
- phpinfo.php
- .htaccess
Happy Rickrolling!
Advanced Usage
Custom Routes
Coming soon.
Custom Triggers
Coming soon.
Custom Rickroll Video
Coming soon.
Callbacks
Coming soon.
Change log
Please see the changelog for more information on what has changed recently.
Testing
TODO. These aren't set up properly yet.
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Credits
- Mitchell Johnson (Orig. Author)
- All Contributors
Massive thanks to Liam Hammett for his tweet (8k+ likes) that inspired this package: https://twitter.com/LiamHammett/status/1260984553570570240/
License
MIT. Please see the license file for more information.