Latest Articles

  • Create REST API with authentication using Laravel Passport

    Create REST API with authentication using Laravel Passport

    In this post, we are going to dig into REST API building using Laravel 5.4 and Passport OAuth2 server provided by laravel. This is the next part of my post Advance interactive database seeding in Laravel post, we left off at migration and seeding of the database. Let’s build the API which will be consumed by our vue.js…

  • Subscription with coupon using Laravel Cashier & Stripe

    Subscription with coupon using Laravel Cashier & Stripe

    We developer always find our selfs to roll some sort of subscription system for web apps running on SaaS (Software as a service) model, it can be simple as subscription for a music store, for mailing app etc. and everyone is offering some sort of coupon to boost their sale, in order to achieve these functionalities…

  • Things to learn in 2017 for developers

    Things to learn in 2017 for developers

    The new year is around the corner and everyone is making new year resolution to use new year better than this, as a web developer we should keep us updated and on the cutting edge of tech and trends in our community. Python, Node.JS, Ionic 2, VR / AR and AI are some of the…

  • Advance interactive database seeding in Laravel

    Advance interactive database seeding in Laravel

    We all need Database seeding when developing medium to large size application or any API, Laravel comes with Database Seeding capabilities but since Laravel 5.1, framework has introduced the Model Factory which is amazing, you just define your Model default fields values using Faker, which gives you all type of dummy data, I find its lot faster and very…

  • Getting started with Vue.js by making a comment app

    Getting started with Vue.js by making a comment app

    In this post, we are going to build a simple commenting system using Vue.js v2 and for the backend we will use PHP, SQLite. The idea it to get your feet wet with Vue.js, Its not going to be complete application to use in production but at the end of this post you will be…

  • Building a wordpress theme with FoundationPress starter theme

    Building a wordpress theme with FoundationPress starter theme

    As you know WordPress is the most used platform in the world, around 74.6 Million websites are running on WordPress, not only blogs, WordPress is used by all sorts of websites, and to make every website unique WordPress offers flexible theme system so you can customize and make your website unique.