Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Defines a named constant
define(string $constant_namemixed $valuebool $case_insensitive false): bool
    public function __construct(Application $appDispatcher $events)

    {

        if (! 
defined('ARTISAN_BINARY')) {

            
define('ARTISAN_BINARY''artisan');

        }



        
$this->app $app;