-1

How to publish a laravel site on github? I have a laravel site repo stored on github but I want to publish it as website on github. Possible?

webiondev
  • 95
  • 7

1 Answers1

1

It's not possible. Github pages doesn't support PHP. It can host only static websites: HTML, CSS, Javascript.

Jsowa
  • 6,668
  • 4
  • 37
  • 49