Skip to content

SteliyanPStoyanov/lunar-static-page-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar

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-static-pages/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.