kingshark8848 / laravel-package-route-checker

a Laravel package to check if there are conflicted route names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Package: Route Checker

It's a Laravel package to check if there are routes name conflicts, etc.

TODO

  • Write core functions to check route name conflicts
  • Write a console command to check and print
  • Write unit test
  • Publish to Packagist
  • Write functions to make suggestion on routes names/orders to solve conflicts
  • To support other Route Class rather than Laravel built-in Route. (e.g Dingo API)
  • Do refractor to make code sturcture more robust

This is open-sourced project licensed under the MIT license

About

a Laravel package to check if there are conflicted route names


Languages

Language:PHP 100.0%