tripteki/laravelphp-foundation

Trip Teknologi's Laravel.php Foundation

Installs: 326

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/tripteki/laravelphp-foundation

1.0.0 2024-05-04 08:55 UTC

This package is auto-updated.

Last update: 2025-10-04 12:05:41 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