Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sander0542/laravel-debug-routes
Debug Routes for Laravel
https://github.com/sander0542/laravel-debug-routes
composer composer-package laravel laravel-package php php7 php8
Last synced: 3 days ago
JSON representation
Debug Routes for Laravel
- Host: GitHub
- URL: https://github.com/sander0542/laravel-debug-routes
- Owner: Sander0542
- License: mit
- Archived: true
- Created: 2022-03-19T12:53:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T16:10:36.000Z (21 days ago)
- Last Synced: 2025-01-26T05:41:57.490Z (3 days ago)
- Topics: composer, composer-package, laravel, laravel-package, php, php7, php8
- Language: PHP
- Homepage: https://packagist.org/packages/sander0542/laravel-debug-routes
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel Debug Routes
![Last commit](https://img.shields.io/github/last-commit/Sander0542/laravel-debug-routes?style=for-the-badge)
![License](https://img.shields.io/github/license/Sander0542/laravel-debug-routes?style=for-the-badge)Debug Routes for Laravel
## Installation
Require this package with composer using the following command:
```shell
composer require --dev sander0542/laravel-debug-routes
```## Routes
### /debug/phpinfo
The PHP Info page
```php
phpinfo();
```### /debug/config
The Laravel config
```php
\Illuminate\Support\Facades\Config::all();
```## Contributors
![Laravel Debug Routes Contributors](https://contrib.rocks/image?repo=Sander0542/laravel-debug-routes)