2017 © Pedro Peláez
 

library artisan-standalone

Allows you to use Artisan outside of a Laravel install

image

matthewbdaly/artisan-standalone

Allows you to use Artisan outside of a Laravel install

  • Sunday, January 7, 2018
  • by matthewbdaly
  • Repository
  • 1 Watchers
  • 7 Stars
  • 308 Installations
  • PHP
  • 11 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 14 % Grown

The README.md

artisan-standalone

Allows you to use Artisan outside of a full Laravel or Lumen install., (*1)

Why do I want this?

It's intended so that when you're building a standalone Laravel package, you still have access to the Artisan commands for generating boilerplate and don't have to generate them in your application, then copy them elsewhere., (*2)

How do I use it?

You will normally want to install this as a dev dependency in your package:, (*3)

composer require --dev matthewbdaly/artisan-standalone

Then you can access the Artisan console in your package as follows:, (*4)

vendor/bin/artisan

Can I use it globally?

In theory it might, but I haven't set it up to do so - it doesn't actually include Laravel as a dependency, so you'd need to install laravel/framework globally as well. My recommendation is to install it on a per-project basis. You might want to check out my boilerplate package, which includes this one as a dependency, and is a good starting point for building a standalone Laravel package., (*5)

The Versions

07/01 2018

dev-master

9999999-dev

Allows you to use Artisan outside of a Laravel install

  Sources   Download

MIT

The Development Requires

laravel lumen

07/01 2018

0.0.6

0.0.6.0

Allows you to use Artisan outside of a Laravel install

  Sources   Download

MIT

The Development Requires

laravel lumen

07/01 2018

0.0.5

0.0.5.0

Allows you to use Artisan outside of a Laravel install

  Sources   Download

MIT

The Development Requires

laravel lumen

07/01 2018

0.0.4

0.0.4.0

Allows you to use Artisan outside of a Laravel install

  Sources   Download

MIT

The Development Requires

laravel lumen

01/01 2018

0.0.3

0.0.3.0

Allows you to use Artisan outside of a Laravel install

  Sources   Download

MIT

The Development Requires

laravel lumen

01/01 2018

0.0.2

0.0.2.0

Allows you to use Artisan outside of a Laravel install

  Sources   Download

MIT

The Development Requires

laravel lumen

01/01 2018

0.0.1

0.0.1.0

Allows you to use Artisan outside of a Laravel install

  Sources   Download

MIT

The Development Requires

laravel lumen