pjotrvdh / laravel-prompts-themes
Laravel Prompts Themes
v0.1.0
2024-03-16 14:43 UTC
Requires
- php: ^8.1
- laravel/prompts: ^0.1
- spatie/laravel-package-tools: ^1.9.2
README
This package intends to provide themes for prompts
Getting Started
1. Install
Run the following command:
composer require pjotrvdh/laravel-prompts-themes
2. Publish
Publish config file.
php artisan vendor:publish --tag=prompts-themes-config
3. Configure
You can change the prompts themes of your app from config/prompts-themes.php
file
4. Examples
Contributing
Pull requests are more than welcome. You must follow the PSR coding standards.
License
The MIT License (MIT). Please see LICENSE for more information.