https://github.com/mooxphp/skeleton
[READ-ONLY] Our skeleton for creating new Laravel packages
https://github.com/mooxphp/skeleton
Last synced: 9 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T13:37:48.000Z (11 months ago)
- Last Synced: 2025-03-27T16:36:36.316Z (11 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- 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.
## Features
- Feature 1
- Feature 2
- Feature 3
## Requirements
See [Requirements](https://github.com/mooxphp/moox/blob/main/docs/Requirements.md).
## Installation
```bash
composer require moox/skeleton
php artisan moox:install
```
Curious what the install command does? See [Installation](https://github.com/mooxphp/moox/blob/main/docs/Installation.md).
## Screenshot

## Get Started
See [Get Started](docs/GetStarted.md).
## User Guide
See [User Guide](docs/UserGuide.md).
## Integration
See [Integration](docs/Integration.md).
## 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://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 this package.
## License
The MIT License (MIT). Please see [our license and copyright information](https://github.com/mooxphp/moox/blob/main/LICENSE.md) for more information.