martanto / magma-trait
Trait and service generator for MAGMA Indonesia app
Fund package maintenance!
Martanto
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
README
This package is used to generate trait and service for MAGMA Indonesia
Installation
You can install the package via composer:
composer require martanto/magma-trait
You can publish the config file with:
php artisan vendor:publish --tag="magma-trait-config"
This is the contents of the published config file:
return [ /* |-------------------------------------------------------------------------- | User Providers |-------------------------------------------------------------------------- | | All authentication drivers have a user provider. This defines how the | users are actually retrieved out of your database or other storage | mechanisms used by this application to persist your user's data. | */ 'model' => config('auth.providers.users.model'), /* |-------------------------------------------------------------------------- | MAGMA API url |-------------------------------------------------------------------------- | | This one define where the MAGMA API url located | */ 'api_url' => 'https://magma.esdm.go.id/api', ];
Usage
use AuthenticatesUsers; use ByteConverter; use ColorPalettesTrait; use GenerateSlug; use GenerateUUID; use JsonFromFileTrait; use LoginWithMagma; use ThrottlesLogins;
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.