All Projects → VladReshet → ArtisanUI

VladReshet / ArtisanUI

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT LICENSE.md
CLI UI for Laravel Artisan. https://medium.com/@vlreshet/cli-interface-for-laravel-artisan-4efbcc7d3e5d [en] https://habr.com/ru/post/485952/ [ru]

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to ArtisanUI

php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (-45.16%)
Mutual labels:  composer-package
wp-phpunit
WordPress core PHPUnit library. [READ ONLY] Versions for new WordPress releases are built daily.
Stars: ✭ 65 (+109.68%)
Mutual labels:  composer-package
php-legal-licenses
A utility to help generate a file containing information about dependencies including the full license text.
Stars: ✭ 62 (+100%)
Mutual labels:  composer-package
qqmap-region
腾讯位置服务中国标准行政区划数据 SDK
Stars: ✭ 22 (-29.03%)
Mutual labels:  composer-package
laravel-binlog
Add mysql binlog event listening for Laravel ( 为Laravel框架添加Mysql Binlog事件监听 )
Stars: ✭ 19 (-38.71%)
Mutual labels:  composer-package
phpcsfixer-preset
Use the same php-cs-fixer configuration across all of your projects, with presets for common project layouts (Laravel, Composer packages, etc.).
Stars: ✭ 22 (-29.03%)
Mutual labels:  composer-package
magento-module-wishlist-api
Adds an API to interact with the Magento2 wishlist.
Stars: ✭ 17 (-45.16%)
Mutual labels:  composer-package
leiphp
轻量级的 PHP MVC 框架 Lightweight MVC framework for simplistic PHP apps
Stars: ✭ 30 (-3.23%)
Mutual labels:  composer-package
picoFeed
PHP library to parse and write RSS/Atom feeds
Stars: ✭ 30 (-3.23%)
Mutual labels:  composer-package
billbee-php-sdk
🔌 The official Billbee API SDK for PHP 💻
Stars: ✭ 14 (-54.84%)
Mutual labels:  composer-package
php-base-project
A Composer ready package to start a new PHP 7 project
Stars: ✭ 17 (-45.16%)
Mutual labels:  composer-package
seas-logger
An effective,fast,stable log package for PHP.
Stars: ✭ 46 (+48.39%)
Mutual labels:  composer-package
scheduler
Task Scheduler for Laravel applications. UI from scratch
Stars: ✭ 18 (-41.94%)
Mutual labels:  composer-package
Laravel-Crud-Generator
A Simple Laravel Library that allows to create crud operation with a single command
Stars: ✭ 20 (-35.48%)
Mutual labels:  composer-package
namecase
This package allows you to convert names into the correct case where possible.
Stars: ✭ 70 (+125.81%)
Mutual labels:  composer-package
docker-symfony
🐳 Environment for a Symfony application using Docker.
Stars: ✭ 42 (+35.48%)
Mutual labels:  composer-package
docker-magento2
🐳 Environment for a Magento2 application using Docker.
Stars: ✭ 52 (+67.74%)
Mutual labels:  composer-package
underpin
A WordPress Framework that makes building scale-able plugins and themes easier.
Stars: ✭ 84 (+170.97%)
Mutual labels:  composer-package
openimmo
OpenImmo library
Stars: ✭ 36 (+16.13%)
Mutual labels:  composer-package
parasut-v4
Parasut Php Api V4
Stars: ✭ 50 (+61.29%)
Mutual labels:  composer-package

GitHub issues GitHub forks GitHub stars GitHub license

🖥️ CLI User Interface for Laravel Artisan. Supports customizing (config/artisanui.php)!

Preview

Installation

You can install the package via composer:

composer require vladreshet/artisanui --dev

after composer install, do the following action:

php artisan vendor:publish --tag=artisanui

if you have laravel version < 5.5 register VladReshet\ArtisanUi\ArtisanUiServiceProvider

That's all!

Usage

You can use it via artisan "ui" command

php artisan ui

or

./artisan ui

Note: This package doesn't work on Windows platforms.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].