https://github.com/leafsphp/devtools
🧑🏾💻 Browser DevTools for your Leaf app
https://github.com/leafsphp/devtools
developer-tools php
Last synced: 6 months ago
JSON representation
🧑🏾💻 Browser DevTools for your Leaf app
- Host: GitHub
- URL: https://github.com/leafsphp/devtools
- Owner: leafsphp
- License: mit
- Created: 2023-04-26T18:42:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T18:18:14.000Z (over 2 years ago)
- Last Synced: 2024-10-29T14:13:10.319Z (about 1 year ago)
- Topics: developer-tools, php
- Language: TypeScript
- Homepage: https://leafphp.dev/modules/devtools/
- Size: 313 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Leaf DevTools
Leaf DevTools provides a set of tools for debugging and understanding your Leaf applications. At the Core, the DevTools provides a visual tool with a clean and intuitive UI holding information about your Leaf application, and a light-weight library that you can use to interact with the devtools frontend.
## Basic Usage
```php
get('/', function () {
response()->json([
'message' => 'Welcome!'
]);
});
app()->run();
```
After this, you can access the devtools at `/leafDevTools`.
## Overview

## 💬 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
- You can also learn from [codelabs](https://codelabs.leafphp.dev) and contribute as well.
## 😇 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.
And to all our [existing cash/code contributors](https://leafphp.dev#sponsors), we love you all ❤️
## 🤯 Links/Projects
- [Leaf Docs](https://leafphp.dev)
- [Leaf MVC](https://mvc.leafphp.dev)
- [Leaf API](https://api.leafphp.dev)
- [Leaf CLI](https://cli.leafphp.dev)
- [Aloe CLI](https://leafphp.dev/aloe-cli/)