2017 © Pedro Peláez
 

library example

Example package laravel

image

ahmadarif/example

Example package laravel

  • Tuesday, August 22, 2017
  • by ahmadarif
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

ahmadarif/example

Software License, (*1)

Simple composer library for dummy (like Me)., (*2)

Install

Via Composer, (*3)

``` bash $ composer require ahmadarif/example, (*4)


Then add the service provider in `config/app.php`: ```php AhmadArif\Example\ExampleServiceProvider::class,

And then, add the facade of this package to the $aliases array:, (*5)

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

Usage

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

Security

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

Credits

License

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

The Versions

22/08 2017

dev-master

9999999-dev https://github.com/ahmadarif/example-package

Example package laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

example ahmadarif

22/08 2017

v0.4

0.4.0.0 https://github.com/ahmadarif/example-package

Example package laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

example ahmadarif

22/08 2017

v0.3

0.3.0.0 https://github.com/ahmadarif/example-package

Example package laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

example ahmadarif

22/08 2017

v0.2

0.2.0.0 https://github.com/AhmadArif/Example

Example package laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

example ahmadarif

22/08 2017

v0.1

0.1.0.0 https://github.com/AhmadArif/Example

Example package laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

example ahmadarif

22/08 2017

dev-develop

dev-develop https://github.com/AhmadArif/Example

Example package laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

example ahmadarif