Reputation: 16
$data['slug'] = str_replace(' ','-', $request->slug);
Results in the error
Sorry, the page you are looking for could not be found.
Upvotes: 0
Views: 162
Reputation: 15971
Here is the other way to approach this.
use laravel slug str_slug($request->slug)
Upvotes: 1