Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created November 28, 2020 09:19
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 cursosdesarrolloweb/960d8395a3e07221721180d477a838c1 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/960d8395a3e07221721180d477a838c1 to your computer and use it in GitHub Desktop.
<?php
use Spatie\RouteAttributes\Attributes\Get;
class MyController
{
#[Get('my-route')]
public function myMethod()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment