Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)