Top "Dingo-api" questions

A RESTful API package for the Laravel framework.

Laravel 5.4 - Cookie Queue

I'm using Laravel 5.4 and I wrote something like: Cookie::queue( 'refresh_token', $data->refresh_token, 864000, // 10 days null, null, false, …

laravel cookies dingo-api
Laravel multiple domain origin CORS

I want to allow two domains for CORS in my laravel to be able work with it locally and on …

php laravel cors dingo-api
Auth guard driver [api] is not defined. Lumen, Dingo, JWTAuth

I am trying to develop a rest api using lumen. For authentication I am using Dingo and JWTAuth api, but …

jwt lumen dingo-api
JWT token with jQuery Ajax

I have an API being driven with Laravel, Dingo and JWT Tokens. Testing the API call with PAW works perfectly. …

jquery ajax laravel jwt dingo-api
CSRF with REST API laravel

I am new in laravel. I want to create REST API's with Laravel, I have used Dingo for it. Now …

rest laravel-5 csrf dingo-api
Redis NOAUTH Authentication required. [tcp://127.0.0.1:6379] Laravel

I am working on a Laravel project that uses dingo package to manage some APIs. I changed CACHE_DRIVER=array …

api laravel redis dingo-api