tripteki/laravelphp-foundation

Trip Teknologi's Laravel.php Foundation

1.0.0 2024-05-04 08:55 UTC

This package is auto-updated.

Last update: 2024-05-04 08:57:08 UTC


README

Foundation is a core for Trip Teknologi's Laravel.php Codebase.

Getting Started

Installation :

$ composer require tripteki/laravelphp-foundation

How to use :

  • Publish config file in the root of your project's directory with running :
php artisan vendor:publish --tag=tripteki-laravelphp-foundation
  • Put this to your composer.json file in the root of your project's directory :
"autoload": {

    "psr-4": {

        "Src\\": "src/"
    }
}

Author