Skip to content

Implement install command #29

@DenTray

Description

@DenTray

Need to implement the artisan command named install which will make the following:

  1. Run telescope:install command
  2. Configure Production filter inside the service provider by the readme point
  3. Add schedulle
Schedule::command('telescope:prune --hours=48')
    ->environments('development')
    ->everyFiveMinutes();
Schedule::command('telescope:prune --set-hours=resolved_exception:1,completed_job:0.1 --hours=336')
    ->environments('production')
    ->everyFiveMinutes();
  1. Publishing configuration files

Need to update the readme file by changing the config publishing command to the new point about install command run + add point about suggestion to configure schedule.

Use https://github.com/RonasIT/larabuilder to modify php classes

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions