Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 14, 2022 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f6ecc43b14a57a92f7cad9091ec61a1c to your computer and use it in GitHub Desktop.
Save parzibyte/f6ecc43b14a57a92f7cad9091ec61a1c to your computer and use it in GitHub Desktop.
<?php
Route::resource("usuarios", UserController::class)->except(["store"]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment