jmrashed / laravel-core-application-auth-lib
Service Provider for HRM application for OnestTech
Requires
- honesttraders/core-service: dev-main
This package is auto-updated.
Last update: 2024-12-03 06:50:45 UTC
README
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.