cierrateam / alphy
Another awesome laravel package
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cierrateam/alphy
Requires
- php: >=7.2
- illuminate/support: 7.*|8.*
Requires (Dev)
- laravel/framework: ^7.0|8.*
- mockery/mockery: ^1.3.1
- orchestra/testbench: ^5.3
- phpunit/phpunit: ^9.0
- psy/psysh: @stable
This package is auto-updated.
Last update: 2025-10-11 01:42:41 UTC
README
A tiny wrapper around alpine for laravel which is made for easier usage of components.
Installation
composer require cierrateam/alphy
Usage
Instead of
<div x-data="fooBar()"> <span x-text="foo" /> </div> <script> function fooBar() { return { foo: "bar", } } </script>
You can just use
<a-fooBar> <span x-text="foo" /> </a-fooBar> <script> function fooBar() { return { foo: "bar", } } </script>
Plans
We're planning to extend this shorthands by time. It's just a small start for something big. So stay tuned 🚀