Skip to content

capsulescodes/articles

 
 

Repository files navigation

About

How to run Laravel on your Browser with Browser PHP.



Installation

  1. Checkout branch
git clone https://github.com/capsulescodes/articles.git

cd articles

git checkout 012-run-laravel-on-your-browser-with-browser-php

  1. Install dependencies
npm install

npm run composer install -- --ignore-platform-reqs --no-scripts

  1. Copy Environment and generate app key
cp .env.example .env

npm run php artisan key:generate

  1. Run development server script
npm run serve

  1. Visit your website : http://localhost:2222