Advertisement
soden

Untitled

Mar 2nd, 2024
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.06 KB | Source Code | 0 0
  1. Route::get('/todo', function () {
  2.     return view('todo');
  3. });
Tags: laravel vue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement