GithubHelp home page GithubHelp logo

Issue on Laravel-5.3 branch about apiato HOT 2 CLOSED

apiato avatar apiato commented on July 19, 2024
Issue on Laravel-5.3 branch

from apiato.

Comments (2)

Mahmoudz avatar Mahmoudz commented on July 19, 2024

@g0ld3lux I'm checking that now, thanks for the reporting.

from apiato.

Mahmoudz avatar Mahmoudz commented on July 19, 2024

@g0ld3lux

  • php artisan route:list is broken because of the Env package. Check the issue on their repo. The easy solution just delete the app/Containers/Environment container folder. You might want to remove "brotzka/laravel-dotenv-editor": "2.*", from composer then run composer update.
  • Session store not set on request. fixed
  • php artisan jwt:generate is a problem from the JWT package it's been there for a long time and never solved! that's why in the docs I mention "make sure the JWT_SECRET is set.."
  • php artisan api:cache fixed. It was having a problem caching a route with closure. Those closure were in the SocialAuthentication container, since currently is not functioning and needs a lot of updates I will remove it for now, I do have an updated one in another project will be copying that soon.
  • regarding the 400 error: all of your tests are failing that means some setup on your machine is wrong, the tests are all green on the CLI. Try clearing everything that is compiled and test again.

Pull the latest master branch.

from apiato.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.