Skip to content

ahmadarif/example-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ahmadarif/example

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages