Skip to content

Commit

Permalink
Remove laravel debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
anisAronno committed Jan 18, 2024
1 parent 23a7aa5 commit 7548515
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 419 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
ACTIVITY_LOGGER_ENABLED=true
LOG_VIEWER_ENABLED=true
PULSE_INGEST_DRIVER=redis
CLOCKWORK_ENABLE=true

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Welcome to the Laravel Starter Project! This repository provides a kickstart set
- Laravel [Pulse](https://laravel.com/docs/10.x/pulse) (Application's performance Monitoring)
- Laravel [Clockwork](https://github.com/itsgoingd/clockwork) (Request Monitoring)
- Laravel [Horizon](https://laravel.com/docs/10.x/horizon) (Job And Queue manage)
- Laravel [Debugbar](https://github.com/barryvdh/laravel-debugbar) (Monitoring every request)
- Laravel [Settings](https://github.com/anisAronno/laravel-settings) (Personal Package for application settings)
- Laravel [Media Gallery](https://github.com/anisAronno/laravel-media-gallery) (Personal Package for file management)
- Laravel [Activity Log](https://github.com/spatie/laravel-activitylog) (Track User Activity)
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anisaronno/laravel-starter",
"type": "project",
"version": "0.2.1",
"version": "0.2.2",
"description": "A perfect laravel starter project for any kind of project.",
"keywords": [
"laravel",
Expand Down Expand Up @@ -35,7 +35,6 @@
"spatie/laravel-permission": "^6.3"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"fakerphp/faker": "^1.9.1",
"laravel/breeze": "^1.27",
"laravel/pint": "^1.13",
Expand Down
152 changes: 1 addition & 151 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7548515

Please sign in to comment.