An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Moox Skeleton](https://github.com/mooxphp/moox/raw/main/art/banner/skeleton.jpg)

# 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

![Moox Skeleton](https://github.com/mooxphp/moox/raw/main/art/screenshots/skeleton.jpg)

## 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.