Month: September 2018
-
Database Seeding in Laravel 5.7
Hello to all, welcome to therichpost.com. In this post, I will do, Database Seeding in Laravel 5.7. In this post, I will tell you, How to work with Database Seeding in Laravel 5.7 which creates fake data for us. Like I always tell, Laravel has many unique features, which makes our coding easy and faster but for…
Written by
-
Handling Laravel 5.7 API data with Vue.js Fetch API
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Handling Laravel 5.7 API data with Vue.js Fetch API? Vue.js is growing very fast these days and Laravel 5.7 has been released now. Both are very powerful on there area. Vue.js is getting more response because of its clean coding structure…
Written by
-
How to Save Angular 6 Form Data into Php Mysql with Laravel 5.7?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Save Angular 6 Form Data into Php Mysql with Laravel 5.7? Angular 6 and Laravel 5.7 both are launched recently. Both came with new features. Today we will save Angular 6 form data into Php MySQL database with the help of…
Written by
-
Laravel 5.7 with Angular 6
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel 5.7 with Angular 6. Laravel 5.7 released today and it has so many new features like below: 1. Laravel resources folder structure has been change. 2. Laravel error messages have been more improved. 3. Laravel changes the design of…
Written by
-
How Angular 6 Service Works?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How Angular 6 Service Works? First, I will show working picture: Services are injected and In my service, I am getting data and the backend is php. I used HttpClient get api to get the data. We can also get the data without…
Written by
-
Php Preg_Match Pattern for Week Days Name
Hello to all, welcome to therichpost.com. In this post, I will tell you, Php Preg_Match Pattern for Week Days Name. This code helped me lot to solved my major problem in work and I am hoping this will help others. Here is the working code and tested code for Php Preg_Match Pattern for Week Days Name: $str…
Written by
-
Woocommerce Hook – Remove Payment Gateway if Coupon applied
Hello, welcome to therichpost.com. In this post, I will tell you, Woocommerce Hook – Remove Payment Gateway if Coupon applied. WordPress is the best cms and Woocommerce is the best Ecommerce plugin. Woocommerce hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best…
Written by
-
How to add remove Product button on Woocommerce Checkout Page?
Hello, welcome to therichpost.com. In this post, I will tell you, How to add remove Product button on Woocommerce Checkout Page? WordPress is the best cms and Woocommerce is the best Ecommerce plugin. Woocommerce hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing…
Written by