Download the PHP package ibrostudio/laravel-prompts-path-select without Composer
On this page you can find all versions of the php package ibrostudio/laravel-prompts-path-select. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibrostudio/laravel-prompts-path-select
More information about ibrostudio/laravel-prompts-path-select
Files in ibrostudio/laravel-prompts-path-select
Package laravel-prompts-path-select
Short Description Laravel Prompts Path Select
License MIT
Homepage https://github.com/ibrostudio/laravel-prompts-path-select
Informations about the package laravel-prompts-path-select
Laravel Prompts Path Select
This package is a small add-on to Laravel Prompts to provide the ability to select the path to a directory or file.
Installation
You can install the package via composer:
Usage
Usual Prompts options
Starting root
You can choose the folder from which the selection starts:
Default selected folder
You can choose the folder from which the selection starts:
Target file
By default, the selector display directories. If you want, you can target a file:
Target extension
You can also target an extension:
Navigation
You navigate in directories with right and left arrows.
You can press the first letter of a folder or file to quickly select it.
Prompts forms
To insert a pathselect
into a form, use the add
method:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.