Skip to content

A package for Laravel 4 top interact with the CLI

Notifications You must be signed in to change notification settings

rick20/web-artisan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Laravel 4 WebArtisan

A package for Laravel 4 to interact with the CLI

Inspired by oly-ir/web-artisan

Build Status Latest Stable Version Total Downloads Latest Unstable Version

##Contributing If you have any suggestions or improvements feel free to create an issue or create a Pull Request.

##Installation

Add jones/web-artisan as a requirement to composer.json:

{
    ...
    "require": {
        ...
        "jones/web-artisan": "dev-master"
        ...
    },
}

Update composer:

$ php composer.phar update

Add the provider to your app/config/app.php:

'providers' => array(

    ...
    'Jones\WebArtisan\WebArtisanServiceProvider',

),

Publish package assets:

$ php artisan asset:publish jones/web-artisan

(Optional) Publish package config:

$ php artisan config:publish jones/web-artisan

##Configuration

  • enable: Enable WebArtisan
  • base_url: Here you can select under which url WebArtisan is accessable
  • password: Select a password to interact with WebArtisan
  • ips: An Array with IP's which can access WebArtisan
  • auth_filter: If you want to protect WebArtisan with a filter, you can enter the name of it here

About

A package for Laravel 4 top interact with the CLI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 48.1%
  • JavaScript 46.3%
  • CSS 5.6%