Download the PHP package laranail/prompter without Composer

On this page you can find all versions of the php package laranail/prompter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package prompter


Prompter

A Laravel package by `simtabi` that extends and adds new functionality to the `laravel/prompts` package,
providing a fluent API for crafting CLI forms and additional validators.

Website · GitHub · Discord

Table of Contents

  1. Introduction
    • Key Features
    • Introduction
    • Getting Started
    • Prerequisites
    • Installation
    • Configuration
  2. Usage
    • Instantiation
    • Special Functions
    • Building a Form
  3. Validation
  4. Development
  5. Changelog
  6. Contributing
  7. Security
  8. Support
  9. Contributors
  10. Authors
  11. License



Prompter

Prompter is a powerful Laravel package that enhances the functionality, and acts as a fluent wrapper for the laravel/prompts CLI package. It is designed to make developing CLI applications easier, more robust, and more enjoyable. With Prompter, you get:

Key Features

Prompter is perfect for developers looking to build robust CLI applications in Laravel, ensuring a smooth and efficient development process.

Introduction

This package aims to provide developers with enhanced mechanisms for creating intuitive CLI prompts. Building on the laravel/prompts package, it offers a more robust and feature-rich experience.

By extending laravel/prompts, this package retains all core features of the original while introducing new functionalities and validators to streamline CLI development. For a comprehensive understanding of the core features and functionalities, please refer to the laravel/prompts official documentation. This documentation will focus only on the additional features provided by Prompter.


Getting Started

This section will guide you through the initial setup and basic usage of this package, enabling you to quickly start creating intuitive CLI prompts.


Prerequisites

Before installing this package, make sure that your system meets the following requirements:

Installation

Install the Package via Composer by running the following command in your current Laravel project directory:

Configuration

This package does not require any additional configuration. You can start using it right away after installation.

Usage

Please see USAGE guide for more information on how build forms, and use this package.

Development

Install dependencies

Tests



Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

Please see SECURITY for details.

Support

Please see Support and Community for details.

Contributors

Please see CONTRIBUTORS for details.

Authors

License

Open-sourced software licensed under the MIT license. Please see LICENSE for details.


All versions of prompter with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
illuminate/support Version >=8.0
laravel/prompts Version >=0.1.23
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package laranail/prompter contains the following files

Loading the files please wait ....