Пример #1
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new DemoInstallCommand());
Пример #2
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new AppCommand());
Пример #3
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new AnswerDB());
Artisan::add(new QuestionTypeDB());
Artisan::add(new QuestionDB());
Artisan::add(new QuestionAnswerDB());
Artisan::add(new LocationDB());
Artisan::add(new TourDB());
Artisan::add(new FactorDB());
Artisan::add(new InteractionDB());
Artisan::add(new TourScoreDB());
Artisan::add(new DBTransaction());
Artisan::add(new AnswerMap());
Пример #4
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new AppCommand());
Artisan::add(new CronJobCommand());
Artisan::add(new AnnuallyCommand());
Artisan::add(new QuarterlyCommand());
Artisan::add(new SemiAnnuallyCommand());
Пример #5
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new AppReset());
Artisan::add(new GenerateViews());
Пример #6
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new TopicMarkdownConvertionCommand());
Artisan::add(new TopicMakeExcerptCommand());
Artisan::add(new UserRenameCommand());
Artisan::add(new UserMigrateGithubUsernameCommand());
Artisan::add(new ReplyMarkdownCommand());
// Backing up database
Artisan::add(new DatabaseBackupCommand());
Artisan::add(new OpcacheClearCommand());
Artisan::add(new CacheAvatarsCommand());
Artisan::add(new ContributorSyncCommand());
Artisan::resolve('InstallCommand');
Пример #7
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new ViewsCommand());
Пример #8
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new ApplicationSetup());
Artisan::add(new GenerateModelData());
Artisan::add(new Settings());
Artisan::add(new ImportTranslationsCommand());
Пример #9
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new JunsCommand());
Пример #10
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new \Larapress\Commands\InstallCommand());
Пример #11
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new FetchDeposits());
Artisan::add(new VerifyPayouts());
Пример #12
0
<?php

Artisan::add(new UserCreatorCommand());
Artisan::add(new AboutClassCommand());
Пример #13
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new Products(App::make('Moa\\API\\Provider\\ProviderInterface')));
Пример #14
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new MigrateApplicationCommand());
Artisan::add(new AssetsPublishCommand());
// Some people still don't have dummy package installed,
// Load it only if it already within service-provider lists
if (App::offsetExists('dummy.creator')) {
    Artisan::add(new WorkbenchDummyCommand(app('dummy.creator')));
}
Пример #15
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new UploadWorker());
Artisan::add(new RunWorker());
Пример #16
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new CreateDatabases());
Artisan::add(new Install());
Artisan::add(new CronCommand());
Artisan::add(new PullCompileCommand());
Artisan::add(new CreateObjectCommand());
Artisan::add(new AwardsCommand());
Пример #17
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new PrunePastes());
Пример #18
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new UsersCreate());
Artisan::add(new SerialAccess());
Artisan::add(new UnitsCreate());
Пример #19
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new petFaker());
Artisan::add(new newUser());
Artisan::add(new fakePets());
Пример #20
0
<?php

Artisan::add(new StartWorkingtimeCommand());
Artisan::add(new StopWorkingtimeCommand());
Artisan::add(new BookTimeCommand());
Artisan::add(new ListTodayCommand());
Artisan::add(new AddProjectTimeCommand());
Artisan::add(new ProjectsCommand());
Artisan::add(new ListOverviewCommand());
Пример #21
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new DailyCommand());
Artisan::add(new FrequentPullCommand());
Artisan::add(new ManualQueueCommand());
Artisan::add(new ManualScrapeCommand());
Artisan::add(new ExportGTFSCommand());
Artisan::add(new ExportCSVCommand());
Пример #22
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new ImportUsersFromSkeddaCommand());
Пример #23
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
use Paperwork\App\Commands\PaperworkInstall;
use Paperwork\App\Commands\PaperworkUpdate;
Artisan::add(new PaperworkUpdate());
Artisan::add(new PaperworkInstall());
Пример #24
0
<?php

/**
 * sss
 */
/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new EnergyStatCSVImport());
Пример #25
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new ScanImageCommand());
Пример #26
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new QuotinatorMigrateCommand());
Пример #27
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new AppInstallCommand());
Artisan::add(new AppRefreshCommand());
Artisan::add(new AppSeedCommand());
Пример #28
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new DeployAgentToS3());
Пример #29
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new GetEvents());
Artisan::add(new CalculateMetrics());
Artisan::add(new SendDailyEmail());
Artisan::add(new MigrateExternalPackages());
Artisan::add(new GenerateEmailConnect());
Artisan::add(new GenerateEmails());
Artisan::add(new TrialEndCheck());
Пример #30
0
<?php

/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(App::make('DropboxImportCommand'));
Artisan::add(App::make('PaymentFileProcessStreamsCommand'));