Lines Matching refs:app

206         $this->app->singleton('command.cache.clear', function ($app) {
207 return new CacheClearCommand($app['cache'], $app['files']);
218 $this->app->singleton('command.cache.forget', function ($app) {
219 return new CacheForgetCommand($app['cache']);
230 $this->app->singleton('command.cache.table', function ($app) {
231 return new CacheTableCommand($app['files'], $app['composer']);
242 $this->app->singleton('command.cast.make', function ($app) {
243 return new CastMakeCommand($app['files']);
254 $this->app->singleton('command.channel.make', function ($app) {
255 return new ChannelMakeCommand($app['files']);
266 $this->app->singleton('command.clear-compiled', function () {
278 $this->app->singleton('command.auth.resets.clear', function () {
290 $this->app->singleton('command.component.make', function ($app) {
291 return new ComponentMakeCommand($app['files']);
302 $this->app->singleton('command.config.cache', function ($app) {
303 return new ConfigCacheCommand($app['files']);
314 $this->app->singleton('command.config.clear', function ($app) {
315 return new ConfigClearCommand($app['files']);
326 $this->app->singleton('command.console.make', function ($app) {
327 return new ConsoleMakeCommand($app['files']);
338 $this->app->singleton('command.controller.make', function ($app) {
339 return new ControllerMakeCommand($app['files']);
350 $this->app->singleton(DbCommand::class);
360 $this->app->singleton('command.db.wipe', function () {
372 $this->app->singleton('command.event.generate', function () {
384 $this->app->singleton('command.event.make', function ($app) {
385 return new EventMakeCommand($app['files']);
396 $this->app->singleton('command.exception.make', function ($app) {
397 return new ExceptionMakeCommand($app['files']);
408 $this->app->singleton('command.factory.make', function ($app) {
409 return new FactoryMakeCommand($app['files']);
420 $this->app->singleton('command.down', function () {
432 $this->app->singleton('command.environment', function () {
444 $this->app->singleton('command.event.cache', function () {
456 $this->app->singleton('command.event.clear', function ($app) {
457 return new EventClearCommand($app['files']);
468 $this->app->singleton('command.event.list', function () {
480 $this->app->singleton('command.job.make', function ($app) {
481 return new JobMakeCommand($app['files']);
492 $this->app->singleton('command.key.generate', function () {
504 $this->app->singleton('command.listener.make', function ($app) {
505 return new ListenerMakeCommand($app['files']);
516 $this->app->singleton('command.mail.make', function ($app) {
517 return new MailMakeCommand($app['files']);
528 $this->app->singleton('command.middleware.make', function ($app) {
529 return new MiddlewareMakeCommand($app['files']);
540 $this->app->singleton('command.model.make', function ($app) {
541 return new ModelMakeCommand($app['files']);
552 $this->app->singleton('command.notification.make', function ($app) {
553 return new NotificationMakeCommand($app['files']);
564 $this->app->singleton('command.notification.table', function ($app) {
565 return new NotificationTableCommand($app['files'], $app['composer']);
576 $this->app->singleton('command.optimize', function () {
588 $this->app->singleton('command.observer.make', function ($app) {
589 return new ObserverMakeCommand($app['files']);
600 $this->app->singleton('command.optimize.clear', function () {
612 $this->app->singleton('command.package.discover', function () {
624 $this->app->singleton('command.policy.make', function ($app) {
625 return new PolicyMakeCommand($app['files']);
636 $this->app->singleton('command.provider.make', function ($app) {
637 return new ProviderMakeCommand($app['files']);
648 $this->app->singleton('command.queue.failed', function () {
660 $this->app->singleton('command.queue.forget', function () {
672 $this->app->singleton('command.queue.flush', function () {
684 $this->app->singleton('command.queue.listen', function ($app) {
685 return new QueueListenCommand($app['queue.listener']);
696 $this->app->singleton('command.queue.prune-batches', function () {
708 $this->app->singleton('command.queue.restart', function ($app) {
709 return new QueueRestartCommand($app['cache.store']);
720 $this->app->singleton('command.queue.retry', function () {
732 $this->app->singleton('command.queue.retry-batch', function () {
744 $this->app->singleton('command.queue.work', function ($app) {
745 return new QueueWorkCommand($app['queue.worker'], $app['cache.store']);
756 $this->app->singleton('command.queue.clear', function () {
768 $this->app->singleton('command.queue.failed-table', function ($app) {
769 return new FailedTableCommand($app['files'], $app['composer']);
780 $this->app->singleton('command.queue.table', function ($app) {
781 return new TableCommand($app['files'], $app['composer']);
792 $this->app->singleton('command.queue.batches-table', function ($app) {
793 return new BatchesTableCommand($app['files'], $app['composer']);
804 $this->app->singleton('command.request.make', function ($app) {
805 return new RequestMakeCommand($app['files']);
816 $this->app->singleton('command.resource.make', function ($app) {
817 return new ResourceMakeCommand($app['files']);
828 $this->app->singleton('command.rule.make', function ($app) {
829 return new RuleMakeCommand($app['files']);
840 $this->app->singleton('command.seeder.make', function ($app) {
841 return new SeederMakeCommand($app['files'], $app['composer']);
852 $this->app->singleton('command.session.table', function ($app) {
853 return new SessionTableCommand($app['files'], $app['composer']);
864 $this->app->singleton('command.storage.link', function () {
876 $this->app->singleton('command.route.cache', function ($app) {
877 return new RouteCacheCommand($app['files']);
888 $this->app->singleton('command.route.clear', function ($app) {
889 return new RouteClearCommand($app['files']);
900 $this->app->singleton('command.route.list', function ($app) {
901 return new RouteListCommand($app['router']);
912 $this->app->singleton('command.schema.dump', function () {
924 $this->app->singleton('command.seed', function ($app) {
925 return new SeedCommand($app['db']);
936 $this->app->singleton(ScheduleFinishCommand::class);
946 $this->app->singleton(ScheduleListCommand::class);
956 $this->app->singleton(ScheduleRunCommand::class);
966 $this->app->singleton(ScheduleTestCommand::class);
976 $this->app->singleton(ScheduleWorkCommand::class);
986 $this->app->singleton('command.serve', function () {
998 $this->app->singleton('command.stub.publish', function () {
1010 $this->app->singleton('command.test.make', function ($app) {
1011 return new TestMakeCommand($app['files']);
1022 $this->app->singleton('command.up', function () {
1034 $this->app->singleton('command.vendor.publish', function ($app) {
1035 return new VendorPublishCommand($app['files']);
1046 $this->app->singleton('command.view.cache', function () {
1058 $this->app->singleton('command.view.clear', function ($app) {
1059 return new ViewClearCommand($app['files']);