oauth2 custom error message

oauth2 with laravel

oauth2 is a service that is mostly used for api authentication.Let know a short note about oauth2.OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service, such as Facebook, GitHub, and DigitalOcean.Like we want to build an api based application,that time we have a think 

Continue Reading…

Laravel disable xcache

Laravel disable xcache

Xcache is a caching system for php.Most of the shared hosting server using xcache.If you use laravel framework for develop a php project,you need to disable xcache,otherwise it will show a blank page,with error like net chuned error.If you permanently disable xcache it will problem for your another project where you already use xcache.Or in 

Continue Reading…