omgzui/omgzui

dev-master 2018-07-29 09:05 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:56:05 UTC


README

一个Laravel5.5的扩展包示例

Installation

Require this package with composer. It is recommended to only require the package for development.

composer require omgzui/omgzui

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

Laravel 5.5+:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

\OMGZui\OMGZui\OMGZuiServiceProvider::class

If you want to use the facade to log messages, add this to your facades in app.php:

'OMGZui' => \OMGZui\OMGZui\Facades\OMGZui::class,

Copy the package config to your local config with the publish command:

php artisan vendor:publish --provider="\OMGZui\OMGZui\OMGZuiServiceProvider"

Lumen:

For Lumen, register a different Provider in bootstrap/app.php:

$app->register(\OMGZui\OMGZui\OMGZuiServiceProvider::class);

To change the configuration, copy the file to your config folder and enable it:

$app->configure('omgzui');

Usage

OMGZui::getName(); //小粽子