honesttraders/corehrmapp

Service Provider for HRM application for OnestTech

v3 2022-05-21 12:13 UTC

This package is auto-updated.

Last update: 2024-05-25 02:30:55 UTC


README

Latest Version on Packagist Software License

GitHub issues GitHub forks GitHub stars GitHub license

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.