Answers for "make controller laravel history open link"

PHP
0

make controller laravel history open link

$post = App\Models\Post::find(1);

echo url("/posts/{$post->id}");

// http://example.com/posts/1
Posted by: Guest on February-10-2021

Code answers related to "make controller laravel history open link"

Browse Popular Code Answers by Language