2017 © Pedro Peláez
 

library laravel-route-checker

Checks your route calls to see if they map to a registered named route

image

juddling/laravel-route-checker

Checks your route calls to see if they map to a registered named route

  • Sunday, July 22, 2018
  • by Juddling
  • Repository
  • 1 Watchers
  • 2 Stars
  • 618 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Laravel Runtime Errors

Scrutinizer Code Quality, (*1)

This package parses your Laravel project, and finds errors before they occur in production., (*2)

The following artisan commands are added:, (*3)

runtime-errors
  runtime-errors:dd                             Flags all calls to the dd() function
  runtime-errors:route-calls                    Checks your route calls to see if they map to a registered named route
  runtime-errors:route-definitions              Checks your route definitions to see if they point to an existing controller action
  runtime-errors:view-calls                     Checks your view calls to see if they map to a file that exists

Example output:, (*4)

Example output, (*5)

Installation

composer require --dev juddling/laravel-runtime-errors

Laravel Version <= 5.4

Add the service provider to config/app.php:, (*6)

\Juddling\RouteChecker\RouteCheckerServiceProvider::class,

Contributing

Install from source:, (*7)

composer update juddling/laravel-runtime-errors --prefer-source

The Versions

22/07 2018

dev-develop

dev-develop

Checks your route calls to see if they map to a registered named route

  Sources   Download

The Requires

 

by Karl Roberts
by James Judd

22/07 2018

dev-feature/add-views-command

dev-feature/add-views-command

Checks your route calls to see if they map to a registered named route

  Sources   Download

The Requires

 

by James Judd

21/07 2018

dev-feature/extract-node-logic

dev-feature/extract-node-logic

Checks your route calls to see if they map to a registered named route

  Sources   Download

The Requires

 

by James Judd

21/07 2018

dev-master

9999999-dev

Checks your route calls to see if they map to a registered named route

  Sources   Download

The Requires

 

by James Judd

02/02 2018

0.2.1

0.2.1.0

Checks your route calls to see if they map to a registered named route

  Sources   Download

The Requires

 

by James Judd

22/01 2018

0.2.0

0.2.0.0

Checks your route calls to see if they map to a registered named route

  Sources   Download

The Requires

 

by James Judd

20/01 2018

0.1

0.1.0.0

Checks your route calls to see if they map to a registered named route

  Sources   Download

The Requires

 

by James Judd