Skip to content

Commit

Permalink
Remove laravel debugger (#33)
Browse files Browse the repository at this point in the history
* Remove Laravel debugger and associated assets
* Fix styling by bot

---------

Co-authored-by: anisAronno <[email protected]>
  • Loading branch information
anisAronno and anisAronno authored Jan 18, 2024
1 parent 23a7aa5 commit 513d878
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 420 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

2 changes: 1 addition & 1 deletion .php-cs-fixer.cache

Large diffs are not rendered by default.

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 513d878

Please sign in to comment.