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.
- Host: GitHub
- URL: https://github.com/datashaman/anvil
- Owner: datashaman
- Created: 2019-12-04T23:15:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:24:20.000Z (about 3 years ago)
- Last Synced: 2025-04-07T06:43:41.589Z (11 months ago)
- Topics: artisan, artisan-command, console, laravel
- Language: PHP
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anvil
[](LICENSE.md)
[](https://travis-ci.org/datashaman/anvil)
[](https://scrutinizer-ci.com/g/datashaman/anvil)
[](https://styleci.io/repos/30915528)
[](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.