ahmadarif/example

Example package laravel

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ahmadarif/example

v0.4 2017-08-22 05:55 UTC

This package is not auto-updated.

Last update: 2025-10-12 10:02:43 UTC


README

Software License

Simple composer library for dummy (like Me).

Install

Via Composer

$ composer require ahmadarif/example

Then add the service provider in config/app.php:

AhmadArif\Example\ExampleServiceProvider::class,

And then, add the facade of this package to the $aliases array:

'Example' => AhmadArif\Example\Facade\Example::class,

Usage

Route::get('/', function () {
    return Example::sayHello();
});

Security

If you discover any security related issues, please email ahmad.arif019@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.