https://github.com/nativephp/kitchen-sink
NativePHP for desktop demo app
https://github.com/nativephp/kitchen-sink
app electron laravel livewire nativephp php
Last synced: 8 months ago
JSON representation
NativePHP for desktop demo app
- Host: GitHub
- URL: https://github.com/nativephp/kitchen-sink
- Owner: NativePHP
- License: mit
- Created: 2023-05-25T09:15:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T09:47:56.000Z (10 months ago)
- Last Synced: 2025-06-29T20:55:39.607Z (8 months ago)
- Topics: app, electron, laravel, livewire, nativephp, php
- Language: PHP
- Homepage: https://nativephp.com
- Size: 590 KB
- Stars: 62
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NativePHP desktop Kitchen Sink app
A demo of many features of NativePHP for desktop.
Feel free to contribute to make it better for everyone.
What's NativePHP? [Read the docs](https://nativephp.com)
## Installation
To use this app and check out NativePHP, follow these steps:
1. Clone this repo (`git clone git@github.com:NativePHP/kitchen-sink.git`)
2. Change directory into the cloned repo and install dependencies (`composer install && npm i`)
3. Run `composer native:dev` and the app should launch!