Deep Diving with Laravel – Queue System

It’s a detail information of Laravel queue system with step by step working,   Queue System  : – Laravel is shipped with a built-in queue system that helps you run tasks in the background & configure how the system should react in different situation using a very simple API. Check out the full documentation for more information. Laravel Queue […]

Deep Diving with Laravel – Queue System Read More »

Razorpay Payment Gateway Integration for Laravel 5+

Currently several payment gateways are available for online payments like Paypal, Stripe, CCAvenue and many more. For Indian market,  Razorpay is best for make online payment due its simplicity. Follow the given steps for easy Integration, Create Razorpay Account To create Razorpay account , click this link Razorpay Account,and get your razor_key and razor_secret from the account.  Install package : Razorpay Next, we need to

Razorpay Payment Gateway Integration for Laravel 5+ Read More »

NG-ZORRO – UI Library for Angular

Ng-Zorro is a UI library for angular which contains high quality components and demos for building rich and interactive user interfaces. Currently most stable version of ng-zorro is 1.8.0.  It provides good development experience to developers, it contains number of component to use and have a good documentations. Features : An enterprise-class UI design language for

NG-ZORRO – UI Library for Angular Read More »

Whats new in PHP 7.3 ?

The PHP team announced the release of the first PHP 7.3 version RC5 with added following features, syntax updates and deprecations. Syntax Flexible Heredoc and Nowdoc syntax Allow a Trailing Comma in Function Calls list() reference assignment New features Option to make json_encode and json_decode throw exceptions on errors Introduced is_countable() function Introduced array_key_first() and

Whats new in PHP 7.3 ? Read More »

YesAuthority – Laravel Routes Authorization Library

If you want to add a permission on the basis of Laravel routes then YesAuthority authorization library is very useful to do so. Spatie, Bouncer and other many more libraries are available for Laravel authorization, but these libraries uses Laravel Eloquent models to set up permissions and ability. In YesAuthority you can allow / deny permission

YesAuthority – Laravel Routes Authorization Library Read More »

The Angular Console – for Developers

I am so happy, because angularconsole take responsibility of Build CLI Commands Visually. Trivial Code Generation Run Custom NPM Scripts Discover and Install Extensions Build CLI Commands Visually Integrated Terminal Output Import Existing Projects It’s a direct interface for performing many task when you go with angular.  You can perform Test, Build, Generate Component and also Serve

The Angular Console – for Developers Read More »

Scroll to Top