| Package Data | |
|---|---|
| Maintainer Username: | JayBizzle |
| Maintainer Contact: | mbeech@mark-beech.co.uk (Mark Beech) |
| Package Create Date: | 2015-04-30 |
| Package Last Update: | 2017-06-13 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:00:28 |
| Package Statistics | |
|---|---|
| Total Downloads: | 6,202 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Adds an option to generate route URLs which are safe and seo friendly.
Run composer require jaybizzle/laravel-safe-routes
Add Jaybizzle\SafeRoutes\SafeRoutesServiceProvider::class, to config/app.php
URL::saferoute('blog.article', [$blog->id, $blog->title])