Skip to content

Implement backend-driven modal dialogs for Laravel+Inertia apps.

License

Notifications You must be signed in to change notification settings

Yiddishe-Kop/inertia-modal

Repository files navigation

Inertia Modal

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

Installation

You can install the package via composer:

composer require emargareten/inertia-modal

Usage

$inertiaModal = new Emargareten\InertiaModal();
echo $inertiaModal->echoPhrase('Hello, Emargareten!');

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.

About

Implement backend-driven modal dialogs for Laravel+Inertia apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 74.3%
  • JavaScript 25.6%
  • Blade 0.1%