tripteki / laravelphp-foundation
Trip Teknologi's Laravel.php Foundation
1.0.0
2024-05-04 08:55 UTC
Requires
- php: ^8.0.2
- doctrine/dbal: ^3.5.1
- laravel/framework: ^9.41.0
- laravel/tinker: ^2.7.3
- nwidart/laravel-modules: ^9.0.6
- predis/predis: ^2.0.3
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
- Trip Teknologi (@tripteki)
- Hasby Maulana (@hsbmaulana)