Download the PHP package moox/skeleton without Composer
On this page you can find all versions of the php package moox/skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moox/skeleton
More information about moox/skeleton
Files in moox/skeleton
Package skeleton
Short Description This template is used for generating all Moox packages.
License MIT
Homepage https://moox.org/
Informations about the package skeleton
Moox Skeleton
This template is used for generating Moox packages. Press the Template-Button in GitHub, create your own Laravel and Filament package.
Quick Installation
These two commmands are all you need to install the package:
Curious what the install command does? See manual installation below.
Using the Template
- Go to https://github.com/mooxphp/skeleton
- Press the
Use this template
button - Create a new repository based on the template
- Clone the repository locally
- Run
php build.php
in the repo's directory and follow the steps
After building the package, you can push the changes to GitHub and create an installable package on Packagist.org. Don't forget to adjust the README to your composer namespace.
Config
After that the Resource is highly configurable.
Tabs and Translation
Moox Core features like Dynamic Tabs and Translatable Config. See the config file for more details, but as a quick example:
All options for Tabs are explained in Moox Core docs.
Item Types
The item also support 'item' types, means you are able to configure selectable types for your Entity. By default, we provide "Post" and "Page" as example. If you don't want to use types, just empty the array and the field and column become invisible.
Author Model
You can configure the user model used for displaying Authors. By default it is tied to App User:
You may probably use Moox User
or Moox Press User instead:
Manual Installation
Instead of using the install-command php artisan skeleton:install
you are able to install this package manually step by step:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.