We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Adds redirects to routes. Issue #5.
9ebd6fc
Need to add:
Route::get('posts/{slug?}', 'RedirectController@toBook')->where('slug', '.*'); Route::get('lessons/{slug?}', 'RedirectController@toBook')->where('slug', '.*'); Route::get('tutorials/{slug?}', 'RedirectController@toBook')->where('slug', '.*'); Route::get('series/{slug?}', 'RedirectController@toBook')->where('slug', '.*'); Route::get('index/{slug?}', 'RedirectController@toBook')->where('slug', '.*');
This requires implementing regex of sort into routes.
Sorry, something went wrong.
Maybe add this when I implement the router from Phel?
mabasic
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: