November 2018

Whats new in Laravel 5.7.15 ?

Laravel 5.7.15 is available with a new Eloquent relationship getters and validation rules Eloquent relationship getters: BelongsToMany::getParentKeyName BelongsToMany::getRelatedKeyName HasManyThrough::getFirstKeyName HasManyThrough::getForeignKeyName HasManyThrough::getSecondLocalKeyName HasOneOrMany::getLocalKeyName MorphToMany::getInverse Validation Rules: starts_with – allows you to validate start of input strings For example: $request->validate([       ‘greeting’ =>’starts_with:hello,hi; ]); And date_equals validation rule is now translatable For example: ‘date_equals’ => ‘The :attribute […]

Whats new in Laravel 5.7.15 ? 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 »

Scroll to Top