Skip to content

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.

Notifications You must be signed in to change notification settings

MartinPL/prompt

Repository files navigation

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) /storage/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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages