Skip to content

Project that contains some helpers/functions/methods to help my Laravel work easier

License

Notifications You must be signed in to change notification settings

ajifatur/faturhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaturHelper

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

Enjoy!

Docs

About

Project that contains some helpers/functions/methods to help my Laravel work easier

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published