in this tutorial will tell you how to create connection with your outlook exchange services,this is first step of ‘to get mail list from exchange server’.Today i got work regrading fetch all email from inbox and download all attachment of email store into hard drive. So here i will tell you first steps `to connect […]
Php
Website Login With Google or Yahoo/WordPress/OAL Account
Website login is very important part of web development, now era is change,so no person wants to fill registration form to login in website,You can solve this problem using OpenID. OpenID provides a safe and simple way for people to login into your website/blog without fill a registration form.You can use this code for other […]
Authorization and Authentication of Users in laravel 5 Using Sentry
This tutorial help to integrate sentry framework with laravel 5 for user authorization and authentication.The sentry has very powerful features like groups, permissions and additional security etc.You can get more information form Here. I have updated new post Simple Example of Laravel 5 Login System Using Sentry. There are lot of sentry methods to check […]
How to Configure Memcached in Lumen Api Framework
Lumen is very popular,fast and light weight api micro-framework by Laravel using php. I have created many project on lumen framework.This tutorial help to configuration of memcached with lumen 5.1.* version. There is no clear step by step docs available about configuration of memcached and uses in Lumen rest framework.I will share step by step […]
Laravel Micro Rest Framework – Simple Example of RESTful API in Lumen
Lumen is very popular,fast and light weight rest api micro-framework by Laravel using php. This tutorial help to access third party API using lumen rest framework.I am using sample third party rest service.I will call these rest call from lumen framework.The rest call can be Gitlab,jenkins,F5 and CF etc.You can access third party rest call […]