Code Monkey home page Code Monkey logo

setup-laravel-with-frankenphp's Introduction

Hi there
I'm Full Stack developer with 6+ Exp.

GitHub Streak

kamlesh's GitHub stats Top Langs

Connect with me

stackoverflow profile for Kamlesh Paul

Skils

  • ๐Ÿ‘จโ€๐Ÿ’ป NodeJs, TypeScript, JavaScript, PHP, Python.
  • โš™๏ธ Nextjs ,React , Expressjs, Laravel.
  • ๐Ÿ‘๏ธ Tailwind, CSS, BootStrap, shadchan ui.
  • ๐Ÿ’ฝ MySQL, SQL, Mongodb.
  • ๐Ÿ”Œ Websocket, WebRTC, Stripe.
  • ๐Ÿšข Docker
  • ๐Ÿง Linux Server administration, Nginx, Caddy, AWS, Digital ocean, DNS.

Views

My Recent Projects

Vardforetag (Click to expand/collapse)

Description

This project involves meeting management, allowing clients to create their availability on the calendar. Users can book meetings, and both parties receive notifications to join the meeting. The meeting can be either a video call or a voice call.

Tools Used

  • Laravel, React.js, Websocket, WebRTC, Tailwind CSS, Laravel Forge.

Team Size

  • 1

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

Quiptgsm (Click to expand/collapse)

Description

This project is an online dating course management system with real-time chat features between coaches and users. It also includes video courses.

Tools Used

  • Laravel, Next.js, Websocket, Tailwind CSS, Laravel Forge, Ffmpeg.

Team Size

  • 6

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

DCC (Click to expand/collapse)

Description

This project is a drag-and-drop panel builder for Android devices.

Tools Used

  • Laravel, Vue.js (2), Websocket, Bootstrap CSS, AWS, MQTT.

Team Size

  • 2

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

CoveredPress (Click to expand/collapse)

Description

CoveredPress is a report generator for media agencies. It collects client interests, performs background data collection and calculations, and generates reports.

Tools Used

  • Laravel, Bootstrap CSS, jQuery, AWS, various third-party APIs, Stripe.

Team Size

  • 3

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6

EmailEditor (Click to expand/collapse)

Description

EmailEditor is a simple email builder and sender using SMTP.

Tools Used

  • Laravel, React.js, Tailwind CSS.

Team Size

  • 1

Screenshots

Screenshot 1

Google Meet Clone (Click to expand/collapse)

Description

Google Meet Clone is a project focused on group video calls, replicating the features of Google Meet.

Tools Used

  • Laravel, React.js, Tailwind CSS, Websocket, WebRTC.

Team Size

  • 1

Screenshots

Screenshot 1 Screenshot 2

setup-laravel-with-frankenphp's People

Contributors

kamleshpaul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

camkem

setup-laravel-with-frankenphp's Issues

How To Run with worker mode

Hey, thanks for creating this, i've installed franken php on my root directory, this is the mechanism :

  1. Nginx is port forwarding 80 / 443 to 69, i still need Nginx as my default webserver, however it works, i can access my laravel by port forwarding, when i use php info it says my SAPI is FrankenPHP
  2. i have created Caddyfile and modify as below :
{
      frankenphp
      order php_server before file_server
      auto_https off
}

http://myweb.com:69 {
      root * public/
      encode zstd gzip
      php_server {
            resolve_root_symlink
            worker {
                  num_workers 2
                  max_request 500
            }
      }
}
  1. i'm try to run with command ./frankenphp run and it works, however i don't think it uses a worker
  2. so i'm decided to run with ./frankenphp php_server --domain http://myweb.com:69 and it return Error: loading new config: http app module: start: listening on :443: listen tcp :443: bind: address already in use
  3. im already force the https off because i've self-signed certificate in my nginx, and it works without the worker mode
  4. i've run ./frankenphp run --worker and it says unknown flag: --worker

so, what must i do to solve this and use worker mode?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.