-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Need to implement the artisan command named install which will make the following:
- Run
telescope:installcommand - Configure Production filter inside the service provider by the readme point
- 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();- 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