arindam/contact-me
A simple Laravel package that adds a “hi-arindam” route after installation. Install via Composer and, if needed, register the service provider manually. No specific PHP or Laravel version dependency claimed.
No dependency on PHP version and LARAVEL version
composer require arindam/contact-me
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Arindam\ContactMe\ArindamContactMe::class,
DIRECT USE BY ROUTE
Ex: http://your-website/hi-arindam
Ex: http://localhost:8000/hi-arindam
How can I help you explore Laravel packages today?