An open API service indexing awesome lists of open source software.

https://github.com/datashaman/anvil

Artisan commands on the web.
https://github.com/datashaman/anvil

artisan artisan-command console laravel

Last synced: about 2 months ago
JSON representation

Artisan commands on the web.

Awesome Lists containing this project

README

          

# anvil

[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/datashaman/anvil/master.svg?style=flat-square)](https://travis-ci.org/datashaman/anvil)
[![Quality Score](https://img.shields.io/scrutinizer/g/datashaman/anvil.svg?style=flat-square)](https://scrutinizer-ci.com/g/datashaman/anvil)
[![StyleCI](https://styleci.io/repos/30915528/shield)](https://styleci.io/repos/30915528)
[![Total Downloads](https://img.shields.io/packagist/dt/datashaman/anvil.svg?style=flat-square)](https://packagist.org/packages/datashaman/anvil)

Artisan commands on the web.

## installation

You may use Composer to install Anvil into your Laravel project:

composer require datashaman/anvil

After installing Anvil, publish its assets using the anvil:install Artisan command.

php artisan anvil:install

When updating Anvil, you should re-publish Anvil's assets:

php artisan anvil:publish

## usage

Open `/anvil` URL in your application.