laravel-core-application-auth-lib maintained by jmrashed
OnestTech Ltd IT HRM Core Service
| 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.