Skip to content

learnwithfair/web-development-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB-DEVELOPMENT-TOOLS (API)

Youtube Facebook Instagram LinkedIn

Thanks for visiting my GitHub account!

HTML + JS

jQuery

PHP

Laravel

Node JS

React JS

Laravel Hosting Precedure

  1. .htaccess in Root directory
<IfModule mod_rewrite.c> 
   RewriteEngine On
   RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
  1. .htaccess in public directory
<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>

    RewriteEngine On

    # Handle Authorization Header
    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} (.+)/$
    RewriteRule ^ %1 [L,R=301]

    # Send Requests To Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

If you move all files in subfolder like peopleplus then only place below in public directory as-

<IfModule mod_rewrite.c>
    RewriteEngine On

    # Redirect everything to peopleplus/public/index.php
    RewriteRule ^(.*)$ peopleplus/public/$1 [L]
</IfModule>

WordPress (Plugin)

  1. Sticky Buttons -> Sticky Social Icon in the sidebar
  2. Floating Notification Bar, Sticky Menu on Scroll, Announcement Banner, and Sticky Header for Any Theme – My Sticky Bar (formerly myStickymenu)
  3. Direct checkout, Add to card redirect, Quick purchase button,
  1. For currency change, Premmerce multi-currency for woocommerce
  1. Safelayout cute Preloader
  1. For sticky header
  1. For scrollable Image

API testing with Postman

Follow Me

github facebook instagram twitter YouTube

About

Here, you can download web-developing tools for your website using (HTML, CSS, JS, jQuery, Laravel).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published