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 we are going to use Strip and Laravel Cashier which make handling subscription a breeze. Continue reading…

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 languages, frameworks & tools which I think will be great to learn in coming year. Continue reading…

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 easy to use.

Continue reading…

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 confident enough to start writing in Vue.js Continue reading…

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. Continue reading…