Categories

Monday, November 25, 2024
#919814419350 therichposts@gmail.com

Year Archives: 2018

Laravel 7.2 routing with route group auth guard check with prefix
Laravel

Laravel Route with variable

Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel Route with variable. Like I always say that laravel is the best Mvc php framework.Here is the working route code and you can set variable in laravel routes and use it anywhere://web.php code: Route::get('/test/{id?}', function ($id...

woocommerce
Woocommerce Hooks

How to Show only featured products in Woocommerce shop page?

Hello, welcome to therichpost.com. In this post, I will tell you, How to Show only featured products in Woocommerce shop page?  WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the...

Laravel 7.2 routing with route group auth guard check with prefix
Laravel

Laravel query with or condition between multiple dates check

Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel query with or condition between multiple dates check. Like I always say that laravel is the best Mvc php framework.Here is the working and tested query for laravel or conditions between multiple dates:$bookingChk = DB::table('users') ->select('id')...

Laravel 7.2 routing with route group auth guard check with prefix
Laravel

How to print query in laravel?

Hello to all, welcome to therichpost.com. In this post, I will tell you, How to print query in laravel? Like I always say that laravel is the best Mvc php framework.Here is the working code to print query in laravel:DB::enableQueryLog(); $user = DB::table('user')->where('email','!=','test')->get(); $query = DB::getQueryLog(); $query = end($query); print_r($query);...

jquery
Jquery

Maximum checkbox checked by jquery

Hello, welcome to therichpost.com. In this post, I will tell you,  how to check Maximum checkbox checked by jquery? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery codeHere is...

How to add custom meta title and meta description in Wordpress?
Wordpress Hooks

WordPress hook Remove admin Pages if user not Super Admin

Hello, welcome to therichpost.com. In this post, I will tell you, WordPress hook Remove admin Pages if user not Super Admin.  WordPress is the best cms. WordPress 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...

woocommerce
Woocommerce Hooks

Woocommerce hook to Redirect single product pages to home page

Hello, welcome to therichpost.com. In this post, I will tell you, Woocommerce hook to Redirect single product pages to home page. WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the...

Php Preg_Match Pattern for Week Days Name
Php

Check duplicate values in php array

Hello, welcome to therichpost.com. In this post, how to Check duplicate values in php array/ I personally like php ver much. PHP is the best web language. There are many cms and frameworks in PHP and WordPress is the best example. facebook also used PHPin it.Here is working code to check...

Laravel 7.2 routing with route group auth guard check with prefix
Laravel

Easy way to use transaction in laravel

Hello to all, welcome to therichpost.com. In this post, I will tell you, Easy way to use transaction in laravel.  Like I always say that laravel is the best Mvc php framework.DB::transaction() is used for multiple insert queries. I am using it with try and catch  and here is working...

How to add custom meta title and meta description in Wordpress?
Wordpress Tricks

WordPress 404 error page after form submission

Hello, welcome to therichpost.com. In this post, I will tell you, Wordpress 404 error page after form submission. WordPress is the best cms. Today I faced one strange error in wordpress custom form submission. Today I have made custom form for user enter details and but when I submitted that form,...

1 20 21 22 41
Page 21 of 41