swede2k/laravel-hello

Laravel Hello World simple package

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/swede2k/laravel-hello

dev-master 2018-09-11 11:10 UTC

This package is auto-updated.

Last update: 2025-12-12 06:49:32 UTC


README

Laravel Hello World simple package

Installation

composer require swede2k/laravel-hello --dev

Usage

Hello::world();

Route Example:

Route::get('/', function () {
    return Hello::world();
});

Controller Example:

public function index()
{
    return Hello::world();
}

😄 😄 😄