jmrashed/laravel-core-application-auth-lib
Composer 安装命令:
composer require jmrashed/laravel-core-application-auth-lib
包简介
Service Provider for HRM application for OnestTech
README 文档
README
| Laravel | service |
|---|---|
| 7.0 | ^1.0 |
honesttraders/corehrmapp is a Laravel package which manage your application installation and update system. This package is supported and tested in Laravel 7. It is a core package of honesttraders.
Requirements
Credits
Instalation
Go to karnel.php and add "\HonestTraders\CoreHrmApp\Middleware\CoreHrmAppService::class" this line
protected $middlewareGroups = [ 'web' => [ \HonestTraders\CoreHrmApp\Middleware\CoreHrmAppService::class, ] ];
The following examples demonstrate different uses of the vendor:publish command:
php artisan vendor:publish
Select honesttraders
In app\Http\Middleware\VerifyCsrfToken.php File add this line to skip csrf token check for corehrmapp
protected $except = [ 'install/*' ];
About honesttraders Ltd
honesttraders Ltd. is a web development company which is specialising on the Laravel framework. We are a team of dedicated and experienced Laravel developers who are passionate about building high quality Laravel applications.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 123
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-19