Saturday, August 17, 2019

Url generation

Basic url generation $post = App\Post::find(1); echo url("/posts/{$post->id}");

No comments:

Post a Comment