Skip to content

Instantly share code, notes, and snippets.

View unio-lss's full-sized avatar

unio unio-lss

View GitHub Profile
@unio-lss
unio-lss / XHRController.php
Last active April 14, 2019 09:10
Symfony4: 自前のアノテーションでコントローラ制御 https://karafuru-ramune.com/blog/827c536bef00d652d1d08de69d49a1eb
<?php
namespace App\Controller;
use App\Annotation\XMLHttpRequest;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
/**