Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 914 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 914 Bytes

About Prompt

Prompt is a proof of concept php-based desktop command palette application built with Laravel Livewire and NativePHP. It is designed to be easily extensible, allowing developers to seamlessly integrate functionalities. The API is inspired by Raycast.

Extensions

Extension examples are located in separate repository prompt-extensions. Install them by copying folders to (production): /homer/user/.prompt/extensions (development) /extensions

Development

Requires: php, php-sqlite (pdo_sqlite), node, npm

npm install
npm run build
composer install
composer run-script post-root-package-install
composer run-script post-create-project-cmd
php artisan native:install
php artisan native:migrate
php artisan native:serve