Files
kulakpos_web/public/restaurant
..
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00
2026-03-15 17:08:23 +07:00

Laravel Project SaaS

This is a Project platform we made mostly using Laravel ^12.0

[Features] | [Requirements]| [Install] | [How to setting] | [License] |

Project Plan & Time Duration

Server Deployment

name: FTP-Deploy-Action
on:
push:
    branches: ["jiku"]
workflow_dispatch:

jobs:
deploy:
    name: Deploy via FTP
    runs-on: ubuntu-latest

    steps:
    - name: Checkout Repository
        uses: actions/checkout@v4
        with:
        fetch-depth: 2

    # - name: Deploy to FTP Server
    #   uses: SamKirkland/FTP-Deploy-Action@v4.3.4
    #   with:
    #     server: ${{ secrets.FTP_SERVER }}
    #     username: ${{ secrets.FTP_USERNAME }}
    #     password: ${{ secrets.FTP_PASSWORD }}
    #     port: ${{ secrets.FTP_PORT }}
    #     protocol: ftps
    #     timeout: 3000