Laravel

Instamojo Payment Gateway

 Instamojo is a free Payment Gateway for 5,00,000+ Businesses in India. There is no setup or annual fee for this payment gateway. Just pay a transaction fee of 2% + ₹3 for the transactions. Instamojo accepts Debit Cards, Credit Cards, Net Banking, UPI, Wallets, EMI, NEFT and IMPS. Instamojo.com is a digital payments platform bundled with tons of e-commerce features to enable any

Instamojo Payment Gateway Read More »

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 »

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 »

Laravel 5.5 LTS

The laravel 5.5 (LTS) officially released, With new ideas and improvements, a lot of things. Here are some highlighted features in this video   Here are some laravel 5.5 LTS related links Release Notes What’s new in laravel 5.5 series Laravel 5.4 to 5.5 – Upgrade Guide All tutorials & news & all about

Laravel 5.5 LTS Read More »

Scroll to Top