lunar-article / addon
Article functionality for Lunar.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/lunar-article/addon
Requires
- php: ^8.0
 - livewire/livewire: ^2.0
 - lunarphp/lunar: ^0.6|^0.7|^0.8|^1.0
 
Requires (Dev)
- mockery/mockery: ^1.4.4
 - orchestra/testbench: ^6.0|^7.0
 - phpunit/phpunit: ^9.5
 
README
This addon enables Static Page on your Lunar Hub.
Minimum Requirements
- Lunar >= 
0.6 
Optional Requirements
- Laravel Livewire (if using frontend components)
 - Alpinejs (if using frontend components)
 - Javascript framework
 
Installation
Require the composer package
composer require lunar-article/addon
Run artisan
php artisan lunar:addons:discover
php artisan migrate
Contributing
Contributions are welcome, if you are thinking of adding a feature, please submit an issue first so we can determine whether it should be included.