surgiie / illuminate-cli
A command-line for various laravel illuminate or framework components.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/surgiie/illuminate-cli
Requires
- php: ^8.2.0
- illuminate/cache: ^11.44
- illuminate/encryption: ^11.44
- illuminate/support: ^11.44
- illuminate/validation: ^11.44
- illuminate/view: ^11.44
- laravel-zero/framework: ^11.36.1
- laravel/tinker: ^2.10
- nunomaduro/laravel-console-dusk: ^1.14
- psy/psysh: ^0.12.8
- spatie/laravel-directory-cleanup: ^1.10
- surgiie/artisan-arbitrary-options: ^0.3.0
- symfony/yaml: ^7.2
Requires (Dev)
- laravel/pint: ^1.18.3
- mockery/mockery: ^1.6.12
- pestphp/pest: ^3.7.1
README
A command-line for various laravel illuminate or framework components.
Introduction
This package offers a command-line interface (CLI) for various Laravel framework components, making them available as standalone command line utilities.
Some components serve as simple wrappers around native functionality, while others extend or customize the original components to enhance features and improve functionality.
Installation
You can install the package via composer:
composer global require "surgiie/illuminate-cli"
Usage
illuminate --help
See syntax documentation and associated docs for each component in docs directory.
Supported Components
- Laravel\Dusk - Docs
- Illuminate\View - Docs
- Illuminate\Cache - Docs
- Illuminate\Support\Str - Docs
- Illuminate\Encryption - Docs
- Illuminate\Validation - Docs
- Illuminate\Support\Numbers - Docs
- Illuminate\Support\Stringable - Docs
- Illuminate\Support\Collection - Docs
Development
Requirements
- PHP 8.2 or higher
- Composer
Setup
git clone https://github.com/surgiie/illuminate-cli.git
cd illuminate-cli
composer install
Testing
composer test
Code Quality
# Run PHPStan static analysis composer phpstan # Check code formatting composer format:test # Fix code formatting composer format
Contributing
Please see CONTRIBUTING.md for details on how to contribute to this project.
Considerations
- Supported components does not necessarily mean they are fully implemented or feature complete. If you find any issues, please open an issue. Some features for components might not be supported or replicated to the command line.