Month: January 2020
-
How to upload multiple images in laravel 6 with ajax?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to upload multiple images in laravel 6 with ajax? Post Working: In this post, I am uploading multiple images in laravel 6 with ajax. Here is the working code snippet and please follow carefully: 1. Here is the code , you…
Written by
-
How to upload multiple images in laravel 6?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to upload multiple images in laravel 6? Post Working: In this post, I am uploading multiple images in laravel 6. Here is the working code snippet and please follow carefully: 1. Here is the code , you need to add into…
Written by
-
Redirect uppercase to lowercase urls in WordPress
Hello to all, welcome to therichpost.com. In this post, I will tell you how to Redirect uppercase to lowercase urls in WordPress? Post Working: In this post, I am doing, wordpress urls redirect uppercase to lowercase(wordpress case sensitive urls) with the help of jquery. Here is the working code and you can add this into…
Written by
-
Solved Laravel Angular cors issue
Hello to all, welcome to therichpost.com. In this post, I will tell you, Solved Laravel Angular cors issue. Post Working: In this post, I will make laravel cors middleware, which will remove the cors issue during Angular laravel API call to get the data in Angular Application from laravel. I am doing this in Laravel…
Written by
-
Angular 8 input phone number with country code
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 8 input phone number with country code. Guy’s this post code snippet will also work in angular latest version Angular 17 input type phone number with country code and country flags. Guys click here to see the updated version of this…
Written by
-
Angular playing API data
Hello to all, welcome to therichpost.com. In this post, I will tell you, how to playing with API data in Angular 7, Angular 8 and Angular 9. Post Working: In this post, I will show the code snippet in which I am getting data from laravel in json format and I am getting that json…
Written by
-
Angular 7,8,9 useful 5 hacks
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 7,8,9 useful 5 hacks. 1. Limit string length in angular: <p class=”card-text”>{{item.description | slice:0:100}}…</p> // This will show first 100 words 2. String replace in Angular: <p class=”card-text”>{{item.title.replace(‘ ‘,’-‘)}}</p> // This will replace empty space with – 3. String Lowercase in…
Written by
-
WordPress trick to check term id has parent term or child term
Hello to all, welcome to therichpost.com. In this post, I will tell you, WordPress trick to check term id has parent term or child term. Post Working: In this post, on archive page, with my code, I am checking woocommerce category has parent category or child category. Here is the working code and you need…
Written by
-
Laravel 6 change user password complete working code
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel 6 change user password complete working code. Post Working: In this post, I am doing, login user can change his/her password and I am doing this in Laravel 6. I will share, blade, route and controller code in this post. Here…
Written by
-
Angular Laravel crud part 1
Hello to all, welcome to therichpost.com. In this post, I will do Angular Laravel crud part 1. Post Working In this post, I will tell you Angular Laravel crud part 1. In this, I will do basic angular and laravel setup. I will use angular 8 and laravel 6. I will also do angular and…
Written by