datas-dk / helloworld
Simple Hello World Laravel package
v2.0.0
2026-05-01 16:08 UTC
Requires
- php: >=8.0
README
Hello World for Laravel
A minimal Laravel-friendly package that returns a simple "Hello World" string.
This package demonstrates a lightweight service class that can be used both via manual instantiation and Laravel dependency injection.
Installation
You can install the package via composer:
composer require datas-dk/helloworld
