I'd like to use GitHub Pages to view my laravel site, but my /vendor folder (and other bits) are in .gitignore. Assuming the gh-pages branch needs everything necessary to run the site, is Pages really meant for small, mainly static sites?
Thanks in advance.
GitHub Pages does not support PHP and thus cannot run a Laravel application.
It uses Jekyll to build static html files and serves those.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community