Базовая версия сервера API с авторизацией по протоколу OAuth2
This commit is contained in:
16
app/Http/Controllers/InfoController.php
Normal file
16
app/Http/Controllers/InfoController.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
/**
|
||||
* Description of InfoController
|
||||
*
|
||||
* @author Andrey Pokidov <pokidov@e-traffic.ru>
|
||||
*/
|
||||
class InfoController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
var_dump(session()->all());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user