Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2022-05-08 (6 days ago) | | Not yet rated by the users | | Total: 15 This week: 4 | | All time: 10,613 This week: 45 |
|
Description | | Author |
This package can display a palette of commands and route requests.
It can display available commands as a list presented as buttons that the user can click or type the command name in a prompt.
The package can register routes to handle the clicks in the button or the command name that the user types using JavaScript code provided by this package.
The JavaScript code can call an API provided by this package to process the command execution using AJAX requests. Innovation Award
April 2022
Nominee
Vote |
Command palettes are user interface widgets that allow the users to have quick access to a list of commands that they can execute in an application.
Users may click on command buttons or type the command's name they wish to execute.
This package implements command palettes to send the command execution requests to the server-side application using AJAX requests to avoid page reloading.
This package implements an API based on the Laravel framework to process the command execution requests that it receives from the browser via AJAX.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 12x |
|
Details
<p align="center">
<img src="https://raw.githubusercontent.com/isaeken/laravel-command-palette/master/art/screenshot.png" alt="Laravel Command Palette" />
</p>
<p align="center">
<a href="https://github.com/isaeken/laravel-command-palette">
<img src="https://img.shields.io/packagist/php-v/isaeken/laravel-command-palette" alt="Packagist PHP Version Support" />
</a>
<a href="https://github.com/isaeken/laravel-command-palette">
<img src="https://img.shields.io/packagist/v/isaeken/laravel-command-palette" alt="Packagist Version" />
</a>
<a href="https://github.com/isaeken/laravel-command-palette">
<img src="https://img.shields.io/packagist/dt/isaeken/laravel-command-palette" alt="Packagist Downloads" />
</a>
<a href="https://github.com/isaeken/laravel-command-palette">
<img src="https://img.shields.io/github/checks-status/isaeken/laravel-command-palette/master" alt="GitHub branch checks state" />
</a>
</p>
About Laravel Command Palette
Laravel Command Palette is a package that provides Spotlight like functionality to your Laravel application.
> The project is under in development. Do not use for production!
Installation
...
License
Laravel Command Palette is open-sourced software licensed under the MIT license
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.