Author: therichpost

  • How to solve a timeout error in Laravel?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to solve a timeout error in Laravel? Like I always say that laravel is the best Mvc php framework. Today I am facing timeout error in laravel 5.5 because I am having lots of records around(90000) but I found one solution…

    Laravel 7.2 routing with route group auth guard check with prefix
  • Change weekend days Color Fullcalendar

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Change weekend days Color Fullcalendar? fullcalendar is the best A JavaScript event calendar. Customizable and open source. In this post, we will change weekend days color(sat, sunday) of fullcalendar: // You just need to add below css code and you…

    fullcalendar
  • Disable close the Bootstrap modal window when clicking outside the modal

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, Disable close the Bootstrap modal window when clicking outside the modal.  Bootstrap is the most popular front-end framework. The popup design, which I will make in this post, we will show dynamic content on jquery click function. With the help of jquery code, we…

    bootstrap
  • How to make Twitter Bootstrap columns all the same height?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, How to make Twitter Bootstrap columns all the same height? Bootstrap is the most popular front-end framework. The popup design, which I will make in this post, we will show dynamic content on jquery click function. Here is the working image: We will make bootstrap…

    bootstrap
  • How to generate unique token in laravel helper avoiding duplication?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to generate unique token in laravel helper avoiding duplication? Like I always say that laravel is the best Mvc php framework. Here is the working code and you can add this into your laravel helper file: function generateToken() { return md5(rand(1,…

    Laravel 7.2 routing with route group auth guard check with prefix
  • How to install laravel?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to install laravel? Like I always say that laravel is the best Mvc php framework. Here is the working points to install laravel on your local system with the help of composer: Server Requirements for Laravel framework and you will need to make…

    Laravel 7.2 routing with route group auth guard check with prefix
  • Go back to previous page with help of php or javascript

    ,

    Hello to all, welcome to therichpost.com. In this post, i will tell you, how to Go back previous page with help of php or javascript? Php and Javascript both are very famous and top languages. Here is working for Go back to previous page with help of php or javascript: //JavaScript <input type=”button” value=”Go Back From…

    Javascript Array methods cheat sheet part - 1
  • How to redirect WordPress old domain with posts and pages to new domain with htaccess?

    ,

    Welcome to therichpost.com. In this post, I will tell you, How to redirect WordPress old domain with posts and pages to new domain with htaccess?  Like I always say WordPress is the best cms.  if , we want to redirect wordpress old blog to wordpress new blog with the help of htaccess file and below…

    How to add custom meta title and meta description in Wordpress?
  • Htaccess 301 redirect code

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, .Htaccess 301 redirect code. .Htaccess 301 redirect url is easy and it is seo friendly also.  If we want to redirect “website1.com/” and “website2.com/ with an easy way and then below code is very helpful and here is the working Htaccess 301 redirect code and you…

    htaccess
  • How to get rid of Broken Image Jquery?

    Hello, welcome to therichpost.com. In this post, I will tell you, How to get rid of Broken Image 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 code. Today, with help of my code,…

    jquery