August 5, 2020

Laravel development server started but not working in URL


  • I face same issue when I try to installed Laravel in my localhost

    - In command line Go to your laravel installed directory,

    e.g. : C:\xampp\htdocs\your-project\ php -S localhost:8000 -t public/
    
    - Now try again with: php artisan serve command and open in URL http://localhost:8000

Enjoy!

OpenCart how to change copyright text from admin?


    

  • In this post, you will get help to change footer copyright text/notification from admin.

  • Please follow below steps:
  1. First login in admin panel and than go to the Design -> Language Editor.
  2. Click Add New in the top right side.
        

    
    3. Select Language, Route: common/footer, key: text_powered.
    
    

    4. Insert your value in last textarea (You can used HTML content here!)
    
    Enjoy!

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...