astrogoat / zaius
A Zaius app for Strata
Fund package maintenance!
astrogoat
Installs: 10 249
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.0
- astrogoat/strata: ^0.7.0
- helix/zaius: ^2.0
- illuminate/contracts: ^8.37 || ^9.0|^10.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- nunomaduro/collision: ^5.3|^7.0
- orchestra/testbench: ^6.15|^8.5
- pestphp/pest: ^1.18|^2.16
- pestphp/pest-plugin-laravel: ^1.1|^2.2
- spatie/laravel-ray: ^1.23
- vimeo/psalm: ^4.8|^5.15
- dev-main
- v1.28.0
- v1.27.1
- v1.27.0
- v1.26.0
- 1.24.1
- v1.24.0
- v1.23.0
- 1.22.2
- 1.22.1
- 1.22.0
- 1.21.0
- 1.20.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- v1.13.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-feature/NEW-2534/promobar-alignment-bug-fix
- dev-shift-build-5069
- dev-release/1.18.0
- dev-release/v1.18.0
- dev-feature/zaius-countdown-timer-styling
- dev-feature/BYTE-185/24-hr-countdown-zaius-promobar
- dev-feature/BYTE-122/add-countdown-timer-to-zaius
- dev-feature/pan-163/promobar-button
- dev-feature/add-helix-test-to-script
This package is auto-updated.
Last update: 2024-10-26 19:41:56 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 astrogoat/zaius
Usage
Add the script include where needed:
@include('zaius::script')
Modals
You can also open a modal by including
@include('zaius::modal')
and open the modal by calling openZaiusModal(contentId)
.
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
This zaius package is forked from the awesome Spatie zaius package. Please go support them if you can.
License
The MIT License (MIT). Please see License File for more information.