Looking to hire Laravel developers? Try LaraJobs

laravel-safe-routes maintained by jaybizzle

Author
Last update
2017/06/13 22:38 (dev-master)
License
Links
Downloads
6 202

Comments
comments powered by Disqus

Laravel Safe Routes

Adds an option to generate route URLs which are safe and seo friendly.

Installation

Run composer require jaybizzle/laravel-safe-routes

Add Jaybizzle\SafeRoutes\SafeRoutesServiceProvider::class, to config/app.php

Usage

URL::saferoute('blog.article', [$blog->id, $blog->title])