https://github.com/mooxphp/theme-base
[READ-ONLY] Base Theme for Laravel and Filament
https://github.com/mooxphp/theme-base
base filament laravel theme
Last synced: 5 days ago
JSON representation
[READ-ONLY] Base Theme for Laravel and Filament
- Host: GitHub
- URL: https://github.com/mooxphp/theme-base
- Owner: mooxphp
- License: mit
- Created: 2025-03-07T20:47:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T22:53:49.000Z (about 1 year ago)
- Last Synced: 2025-11-22T02:03:54.615Z (6 months ago)
- Topics: base, filament, laravel, theme
- Language: PHP
- Homepage: https://www.moox.org
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README

# Moox Theme Base
Our Base Theme uses TailwindCSS and AlpineJS. It is a good starting point for your own theme and the fallback for all Moox themes.
Learn more about `Moox ThemeBase` at [moox.org/docs/theme-base](https://moox.org/docs/theme-base).
## Requirements
This package requires Moox Core that cares for the Laravel and Filament dependencies. See [Requirements](https://moox.org/docs/requirements) for more information.
## Installation
These two commmands are all you need to install the package:
```bash
composer require moox/theme-base
php artisan moox:install
```
Curious what the install command does? See the [installation documentation](https://moox.org/docs/installation).
## Screenshot

## Documentation
Extensive [documentation for Moox ThemeBase](https://moox.org/docs/theme-base) is available at [moox.org](https://moox.org).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Roadmap
Please see [ROADMAP](ROADMAP.md) for more information on what is planned for this package.
## Security
Please review [our security policy](https://moox.org/docs/security) on how to report security vulnerabilities.
## Credits
Thanks to so many [people for their contributions](https://moox.org/docs/credits) to this package.
## License
The MIT License (MIT). Please see [our license and copyright information](https://moox.org/docs/license) for more information.