nogorsolutionsltd/skeleton
最新稳定版本:1.0.5
Composer 安装命令:
composer require nogorsolutionsltd/skeleton
包简介
A custom skeleton package for laravel
README 文档
README
Introduction
The Laravel Skeleton package provides a customizable starting point for developers creating packages for Laravel.
Installation
You can install the package using composer
$ composer require nogorsolutionsltd/skeleton
Then add the service provider to config/app.php. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.
'providers' => [ ... NogorSolutionsLTD\Skeleton\ServiceProvider::class, ... ];
You can publish the configuration file and assets by running:
$ php artisan vendor:publish --provider=" NogorSolutionsLTD\Skeleton\ServiceProvider::class,"
Now that we have published a few new files to our application we need to reload them with the following command:
$ composer dump-autoload
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Sarfaraz Muhammad Sajib
License
license. Please see the license file for more information.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-10