Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leafsphp/skeleton
A boiler-plate application for rapid development.
https://github.com/leafsphp/skeleton
leafphp
Last synced: 2 days ago
JSON representation
A boiler-plate application for rapid development.
- Host: GitHub
- URL: https://github.com/leafsphp/skeleton
- Owner: leafsphp
- Created: 2020-07-09T10:24:27.000Z (over 4 years ago)
- Default Branch: v3.x
- Last Pushed: 2023-03-14T20:39:22.000Z (over 1 year ago)
- Last Synced: 2024-04-14T09:58:50.396Z (7 months ago)
- Topics: leafphp
- Language: PHP
- Homepage: https://skeleton.leafphp.dev
- Size: 79.1 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/leafs/skeleton/v/stable)](https://packagist.org/packages/leafs/skeleton)
[![Total Downloads](https://poser.pugx.org/leafs/skeleton/downloads)](https://packagist.org/packages/leafs/skeleton)
[![License](https://poser.pugx.org/leafs/skeleton/license)](https://packagist.org/packages/leafs/skeleton)*NOTE: SKELETON IS NO LONGER MAINTAINED BECAUSE THE LEAF CLI OFFERS SIMILAR FEATURES TO WHAT SKELETON HAS. LEAF CLI GOES A STEP FURTHER BY ALLOWING YOU TO SELECT EXACTLY WHAT YOU WANT IN YOUR APPLICATIONS. YOU CAN FIND THE DETAILS [HERE](https://leafphp.dev/docs/mvc/#leaf-skeleton)*
# Leaf Skeleton 3
Use this skeleton application to quickly setup and start working on a new Leaf PHP application without using a full-blown framework. Unlike [Leaf MVC](//mvc.leafphp.dev) and [Skeleton](//api.leafphp.dev), Skeleton keeps leaf as is, and doesn't build on top of it, it's perfect for creating smaller projects.
Skeleton 3 is built with Leaf 3 which makes it smaller and faster than earlier versions. It is also powered by modules which makes it easy to upgrade and use.
## 📦 Installation
You can install Skeleton v3 with the [Leaf CLI](https://cli.leafphp.dev)
```sh
leaf create --v3 --skeleton
````` is your project name
You can also use [Composer](https://getcomposer.org/) to install Skeleton quickly.
```bash
composer create-project leafs/skeleton
```This will start a new Skeleton app.
## 📓 Learning Skeleton
Skeleton has a very easy to understand [documentation](https://skeleton.leafphp.dev) which contains information on all operations in Skeleton.
Since Skeleton runs on Leaf, you should check out the Leaf PHP Framework documentation [here](https://leafphp.dev).
## 😇 Contributing
We are glad to have you. All contributions are welcome! To get started, familiarize yourself with our [contribution guide](https://leafphp.dev/community/contributing.html) and you'll be ready to make your first pull request 🚀.
To report a security vulnerability, you can reach out to [@mychidarko](https://twitter.com/mychidarko) or [@leafphp](https://twitter.com/leafphp) on twitter. We will coordinate the fix and eventually commit the solution in this project.
## 🤩 Sponsoring Leaf
Your cash contributions go a long way to help us make Leaf even better for you. You can sponsor Leaf and any of our packages on [open collective](https://opencollective.com/leaf) or check the [contribution page](https://leafphp.dev/support/) for a list of ways to contribute.
We will furthermore like to thank our existing supporters, we love you all ❤️
## 📃 License
The Skeleton framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
## 💬 Stay In Touch
- [Twitter](https://twitter.com/leafphp)
- [Join the forum](https://github.com/leafsphp/leaf/discussions/37)
- [Chat on discord](https://discord.com/invite/Pkrm9NJPE3)## 📓 Learning Leaf 3
- Leaf has a very easy to understand [documentation](https://leafphp.dev) which contains information on all operations in Leaf.
- You can also check out our [youtube channel](https://www.youtube.com/channel/UCllE-GsYy10RkxBUK0HIffw) which has video tutorials on different topics
- We are also working on codelabs which will bring hands-on tutorials you can follow and contribute to.## 😇 Contributing
We are glad to have you. All contributions are welcome! To get started, familiarize yourself with our [contribution guide](https://leafphp.dev/community/contributing.html) and you'll be ready to make your first pull request 🚀.
To report a security vulnerability, you can reach out to [@mychidarko](https://twitter.com/mychidarko) or [@leafphp](https://twitter.com/leafphp) on twitter. We will coordinate the fix and eventually commit the solution in this project.
### Code contributors
## 🤩 Sponsoring Leaf
Your cash contributions go a long way to help us make Leaf even better for you. You can sponsor Leaf and any of our packages on [open collective](https://opencollective.com/leaf) or check the [contribution page](https://leafphp.dev/support/) for a list of ways to contribute.
And to all our existing cash/code contributors, we love you all ❤️
### Cash contributors
## 🤯 Links/Projects
- [Leaf Docs](https://leafphp.dev)
- [Skeleton Docs](https://skeleton.leafphp.dev)
- [Leaf CLI Docs](https://cli.leafphp.dev)
- [Aloe CLI Docs](https://leafphp.dev/aloe-cli/)