Skip to content

Instantly share code, notes, and snippets.

View alfinauzikri's full-sized avatar
🏠
Working from home

Alfin Auzikri alfinauzikri

🏠
Working from home
View GitHub Profile
@alfinauzikri
alfinauzikri / simple-sitemap-laravel.md
Created July 1, 2023 08:13
Create and generate sitemap.xml for Laravel with ease.

Example (sitemap.xml) :

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://example.com</loc>
        <lastmod>2023-07-01</lastmod>
        <priority>0.8</priority>
        <changefreq>monthly</changefreq>
    </url>
@alfinauzikri
alfinauzikri / easy-deploy-laravel-cyberpanel.md
Last active July 1, 2023 07:51
Easy steps to deploy all versions of Laravel (5,6,7,8,9,10) on CyberPanel

Deploy Laravel on CyberPanel

Easy steps to deploy all versions of Laravel on CyberPanel

Open Access to the OpenLiteSpeed Admin Panel

  1. Login to CyberPanel
  2. [Server] Security > Firewall.

image

  1. Open 7080 TCP Port