Libraries tagged by Laravel Router
bluedragon/laravel-routes
65872 Downloads
Publish Laravel routes to JavaScript
fedeisas/laravel-js-routes
120460 Downloads
Laravel 4 routes from Javascript
czim/laravel-localization-route-cache
167437 Downloads
Translated route caching solution for laravel localization
andrey-helldar/pretty-routes
8445 Downloads
Pretty Routes for Laravel
archtechx/laravel-pages
3934 Downloads
Easily add routes to your Laravel app by creating Markdown or Blade files.
kiwilan/typescriptable-laravel
8224 Downloads
PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.
haruncpi/laravel-maintenance
44141 Downloads
A laravel maintenance that support secret route
waska14/laravel-with-db-transactions
30023 Downloads
Use middleware globally for all routes to put every controller in database transaction
processmaker/laravel-i18next
55072 Downloads
Transform Laravel localization files into i18next compatible format. Provides routes for i18next-xhr-backend.
google/sqlcommenter-laravel
72931 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
mitulgolakiya/laravel-api-generator
30411 Downloads
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
vaened/laroute
6337 Downloads
An enhanced Laravel extension to export named routes to JavaScript, allowing you to use route names instead of URLs. Supports route grouping for modular applications.
digitaldream/laracrud
19820 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
kayandra/hashidable
12674 Downloads
Auto Hashids for Laravel Models and Routes
olliecodes/laravel-route-registrars
873 Downloads
Adds route registrars as an alternative object based approach to registering routes.