tripteki/laravelphp-foundation

Trip Teknologi's Laravel.php Foundation

Maintainers

Package info

github.com/tripteki/laravelphp-foundation

pkg:composer/tripteki/laravelphp-foundation

Statistics

Installs: 326

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2024-05-04 08:55 UTC

This package is auto-updated.

Last update: 2026-03-04 13:00:55 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