Looking to hire Laravel developers? Try LaraJobs

laravel-core-application-auth-lib maintained by jmrashed

Description
Service Provider for HRM application for OnestTech
Author
Last update
2022/11/17 11:55 (dev-main)
License
Links
Downloads
123

Comments
comments powered by Disqus

OnestTech Ltd IT HRM Core Service

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.