amirhome / hello_world
My own laravel package
v1.0.0
2025-02-06 08:51 UTC
Requires
- php: ^8.1
- laravel/framework: ^10.0 || ^11.0
This package is auto-updated.
Last update: 2025-06-06 09:42:17 UTC
README
A simple Laravel package demonstrating package development best practices with configurable routes and middleware.
Installation
composer require amirhome/hello_world
Configuration
Create a config file in your project:
php artisan vendor:publish --provider="amirhome\HelloWorld\HelloWorldServiceProvider"
Testing to browser http://127.0.0.1:8000/hello
composer install php artisan optimize:clear php artisan route:list php artisan serve
License
This package is open-source software licensed under the MIT License.