ajifatur/faturhelper
Project that contains some helpers/functions/methods to help my work easier
Maintainers
v4.2.10
2026-02-28 04:12 UTC
Requires
- hisorange/browser-detect: ^4.4
- laravel/socialite: ^5.2
- rap2hpoutre/laravel-log-viewer: ^2.0
- stevebauman/location: ^6.3
- yajra/laravel-datatables-oracle: ^10.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 697693a2fe38954539e43c96829d51548e6225b8
- Aji Fatur <ajifatur2.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-28 04:52:06 UTC
README
👁 Total Downloads
👁 Latest Stable Version
👁 License
👁 GitHub Action
👁 WakaTime
Introduction
FaturHelper is the project that contains some helpers/functions/methods to help my Laravel work easier.
Prerequisite
- PHP >= 7.4
- DBMS MySQL >= 6.0
- Laravel >= 8.0
Installation
Download From Composer:
Run this script into your CLI:
composer require ajifatur/faturhelper
Configuration:
Add this script into config/app.php in providers section:
Ajifatur\FaturHelper\FaturHelperServiceProvider::class,
Run this script into your CLI every after install or update the faturhelper:
php artisan faturhelper:install
