fromhome / laravel-moota
Unofficial Moota integration in Laravel
0.2.0
2024-10-06 05:31 UTC
Requires
- php: ^8.1
- saloonphp/laravel-http-sender: ^2.0|^3.0
- saloonphp/pagination-plugin: ^2.2
- saloonphp/saloon: ^3.10
- spatie/laravel-data: ^4.10.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- laravel/pint: 1.17.2
- orchestra/testbench: ^9.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^6.0@dev
This package is auto-updated.
Last update: 2024-11-01 17:14:20 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require atfromhome/laravel-moota
You can publish and run the migrations with:
php artisan vendor:publish --tag="laravel-moota-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="laravel-moota-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="laravel-moota-views"
Usage
$moota = new FromHome\Moota(); echo $moota->echoPhrase('Hello, FromHome!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.