| Package Data | |
|---|---|
| Maintainer Username: | ahmadarif | 
| Maintainer Contact: | ahmad.arif019@gmail.com (Ahmad Arif) | 
| Package Create Date: | 2017-08-22 | 
| Package Last Update: | 2017-08-22 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-11-03 03:01:35 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 16 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
Simple composer library for dummy (like Me).
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,
Route::get('/', function () {
    return Example::sayHello();
});
If you discover any security related issues, please email ahmad.arif019@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.