All Projects → garygreen → Pretty Routes

garygreen / Pretty Routes

Pretty routes for Laravel

Projects that are alternatives of or similar to Pretty Routes

laravel-pagetitle
Laravel package for managing page titles in blade views
Stars: ✭ 19 (-96.54%)
Mutual labels:  blade, laravel-5-package
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-63.93%)
Mutual labels:  laravel-5-package, blade
Envoy Deploy
Laravel Envoy Deployment
Stars: ✭ 339 (-38.25%)
Mutual labels:  blade
School Management System
Another School Management System
Stars: ✭ 520 (-5.28%)
Mutual labels:  blade
Notifynder
Easy Internal Notification management for laravel 4.* / 5.*
Stars: ✭ 442 (-19.49%)
Mutual labels:  laravel-5-package
Wpemerge
A modern, MVC-powered WordPress as a CMS workflow. 🚀
Stars: ✭ 348 (-36.61%)
Mutual labels:  blade
Laravel Js Localization
🌐 Convert your Laravel messages and consume them in the front-end!
Stars: ✭ 451 (-17.85%)
Mutual labels:  laravel-5-package
Laravel Api
Laravel API starter Kit will provide you with the tools for making API's that everyone will love
Stars: ✭ 334 (-39.16%)
Mutual labels:  blade
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (-2.19%)
Mutual labels:  blade
Lada Cache
A Redis based, fully automated and scalable database cache layer for Laravel
Stars: ✭ 424 (-22.77%)
Mutual labels:  laravel-5-package
Column Sortable
Package for handling column sorting in Laravel 5/6/7/8
Stars: ✭ 496 (-9.65%)
Mutual labels:  laravel-5-package
Laravel Server Monitor
Server Monitoring Command for Laravel Applications
Stars: ✭ 424 (-22.77%)
Mutual labels:  laravel-5-package
Laravel Translation
Translation management for your Laravel application.
Stars: ✭ 350 (-36.25%)
Mutual labels:  laravel-5-package
Laravel Blade Javascript
A Blade directive to export variables to JavaScript
Stars: ✭ 485 (-11.66%)
Mutual labels:  blade
Controller
Composer package to enable a controller when using Blade with Sage 9
Stars: ✭ 345 (-37.16%)
Mutual labels:  blade
Tale
🦄 Best beautiful java blog, worth a try
Stars: ✭ 4,784 (+771.4%)
Mutual labels:  blade
Laravel Users
A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0 and 8.0.
Stars: ✭ 336 (-38.8%)
Mutual labels:  blade
Comments
Native comments for your Laravel application.
Stars: ✭ 390 (-28.96%)
Mutual labels:  blade
Telegram
✈️ Telegram Notifications Channel for Laravel
Stars: ✭ 450 (-18.03%)
Mutual labels:  laravel-5-package
Blade
🔪 A standalone version of Laravel's Blade templating engine for use outside of Laravel.
Stars: ✭ 542 (-1.28%)
Mutual labels:  blade

Pretty Routes for Laravel

Visualise your routes in pretty format.

Pretty Routes

Installation

composer require garygreen/pretty-routes

If your using autodiscovery in Laravel, it should just work.

Otherwise - add to your config/app.php providers array to where all your package providers are (before your app's providers):

PrettyRoutes\ServiceProvider::class,

By default the package exposes a /routes url. If you wish to configure this, publish the config.

php artisan vendor:publish --provider="PrettyRoutes\ServiceProvider"

If accessing /routes isn't working, ensure that you've included the provider within the same area as all your package providers (before all your app's providers) to ensure it takes priority.

By default pretty routes only enables itself when APP_DEBUG env is true. You can configure this on the published config as above, or add any custom middlewares.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].