Author: therichpost
-
How to get last inserted id in laravel?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to get last inserted id in laravel? Laravel is one of the top php mvc framework. After insert the data, sometime we need to get last insert id for next function or any other query. This is the ‘insertGetId’ function to get last inserted id.…
Written by
-
How easy way to call middleware in laravel Route?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How easy way to call middleware in laravel Route? Laravel is one of the top php mvc framework. Middleware in laravel use between request and response. Laravel Routes is of the best thing in laravel framework. Here are the ways to call middleware in laravel Route into your routes/web.php…
Written by
-
How to use ternary operator in php?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to use ternary operator in php? I have started learning php from four year ago. 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. In PHP, there is ternary operator and this is very good …
Written by
-
How to open bootstrap modal popup on Event Click FullCalendar?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to open bootstrap modal popup on Event Click FullCalendar? Here is the working code and you can add this into your html file: <!– Fullcalendar Starts –> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js”></script> <script src=”https://momentjs.com/downloads/moment.min.js”></script> <script src=’https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.js’></script> <link rel=’stylesheet’ href=”https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.min.css”…
Written by
-
How to change event color in fullcalendar for particular date?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to change event color in fullcalendar for particular date? fullcalendar is the best A JavaScript event calendar. Customizable and open source. In this post, change event color in fullcalendar for particular date. I am sharing this post because I personally like…
Written by
-
How to get events count on dayClick FullCalendar with laravel ajax request?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to get events count on dayClick FullCalendar with laravel ajax request? fullcalendar is the best A JavaScript event calendar. Customizable and open source. In this post, we will get events count on dayClick FullCalendar with laravel ajax request. I am sharing…
Written by
-
Woocommerce Hook Change Cart Item Name On Cart Page
Hello, welcome to therichpost.com. In this post, I will tell you, Woocommerce Hook Change Cart Item Name On Cart 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 files and this is the best…
Written by
-
How to add dynamic meta description into wordpress head?
Hello, welcome to therichpost.com. In this post, I will tell you, How to add dynamic meta description into wordpress head? 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 about wordpress. Now I am going…
Written by
-
How make custom logo upload option in WordPress admin dashboard panel?
Hello, welcome to therichpost.com. In this post, I will tell you, How make custom logo upload option in WordPress admin dashboard panel? 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 about wordpress. Now I…
Written by
-
Woocommerce Hook Change the add to cart text on single product pages
Hello, welcome to therichpost.com. In this post, I will tell you, Woocommerce Hook Change the add to cart text on single product pages. 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 files and this…
Written by