https://github.com/mooxphp/skeleton
[READ-ONLY] Our skeleton for creating new Laravel packages
https://github.com/mooxphp/skeleton
build builder laravel moox package skeleton
Last synced: about 2 months ago
JSON representation
[READ-ONLY] Our skeleton for creating new Laravel packages
- Host: GitHub
- URL: https://github.com/mooxphp/skeleton
- Owner: mooxphp
- License: mit
- Created: 2024-12-12T07:40:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-10T11:35:23.000Z (7 months ago)
- Last Synced: 2025-11-22T02:03:54.458Z (5 months ago)
- Topics: build, builder, laravel, moox, package, skeleton
- Language: PHP
- Homepage: https://www.moox.org
- Size: 7.16 MB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README

# Moox Skeleton
This template is used for generating Laravel packages, all Moox packages are built with this template. Press the Template-Button in GitHub, create your own Laravel package.
The package is part of the **Moox ecosystem** — a suite of Filament packages that form a solid foundation for Laravel apps, websites, CMS, and eCommerce projects.
Learn more about [Moox](https://moox.org).
## Features
- Skeleton Package
- Build Command
## Installation
To install this package, require it via Composer and run the Moox Installer:
```bash
composer require moox/skeleton
php artisan moox:install
```
Learn more about the [Moox Installer or common requirements](https://moox.org/docs/getting-started/installation).
## Screenshot

## Usage
The best way to use Moox Skeleton is by using the [Moox Build](https://github.com/mooxphp/build) command. Alternatively you can use the GitHub-template and the PHP-command that ships with the package.
```php
php build.php
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Security
Please review [our security policy](https://github.com/mooxphp/moox/security/policy) on how to report security vulnerabilities.
## Credits
Thanks to so many [people for their contributions](https://github.com/mooxphp/moox#contributors) to Moox, special thanks to our sponsors.
## Help Moox
Want to help us to develop and grow Moox. Fortunately there are so many ways to do this, learn more about [helping Moox](https://moox.org/help-moox).
## License
The MIT License (MIT). Please see [our license and copyright information](https://github.com/mooxphp/moox/blob/main/LICENSE.md) for more information.