Advertisement
SpykeRel04D

Untitled

Nov 10th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. Route::get('/', function () {
  3. return view('welcome');
  4. });
  5. Route::resource('contacts', 'ContactController');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement