Support the ongoing development of Laravel.io →
posted 9 years ago
Packages
Last updated 1 year ago.
0

Anyone know of this our a package for it?

Last updated 1 year ago.
0

I found this package useful for generating SEO friendly URLs - https://github.com/cocur/slugify You need to convert title of page or post and save these slugs in database.

Later you can generate SEO friendly URL and lookup your page through router

Route::get('{slug?}', array('uses' => 'PagesController@index'))->where('slug', '.*');
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

lstables lstables Joined 5 Jan 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.