sasaya/helloworld
Composer 安装命令:
composer require sasaya/helloworld
包简介
Hello World
README 文档
README
Installation
Run the composer require command:
compsoer require sasaya/helloworld
Append Sasaya Hello World service provider to providers array in config/app.php.
'providers' => [ /* * Laravel Framework Service Providers... */ Illuminate\Foundation\Providers\ArtisanServiceProvider::class, ... /* * Application Service Providers... */ App\Providers\AppServiceProvider::class, ... /* * Sasaya Service Providers... */ Sasaya\HelloWorld\Providers\ServiceProvider::class, ],
Getting Started
Run the artisan command:
php artisan serve
Then we can open a browser and type http://localhost:8000 and we would see Hello World.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-12-04