leafs / skeleton
A boiler-plate application for rapid development with Leaf PHP.
Installs: 1 990
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- leafs/auth: *
- leafs/bareui: *
- leafs/cors: *
- leafs/form: *
- leafs/leaf: ^3.3
- leafs/logger: *
- leafs/mvc-core: *
- leafs/router: *
README
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
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 and Skeleton, 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
leaf create <project-name> --v3 --skeleton
<project-name>
is your project name
You can also use Composer to install Skeleton quickly.
composer create-project leafs/skeleton <project-name>
This will start a new Skeleton app.
📓 Learning Skeleton
Skeleton has a very easy to understand documentation which contains information on all operations in Skeleton.
Since Skeleton runs on Leaf, you should check out the Leaf PHP Framework documentation here.
😇 Contributing
We are glad to have you. All contributions are welcome! To get started, familiarize yourself with our contribution guide and you'll be ready to make your first pull request 🚀.
To report a security vulnerability, you can reach out to @mychidarko or @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 or check the contribution page 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.
💬 Stay In Touch
📓 Learning Leaf 3
- Leaf has a very easy to understand documentation which contains information on all operations in Leaf.
- You can also check out our youtube channel 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 and you'll be ready to make your first pull request 🚀.
To report a security vulnerability, you can reach out to @mychidarko or @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 or check the contribution page for a list of ways to contribute.
And to all our existing cash/code contributors, we love you all ❤️