How to run Laravel on your Browser with Browser PHP.
- Checkout branch
git clone https://github.com/capsulescodes/articles.git
cd articles
git checkout 012-run-laravel-on-your-browser-with-browser-php
- Install dependencies
npm install
npm run composer install -- --ignore-platform-reqs --no-scripts
- Copy Environment and generate app key
cp .env.example .env
npm run php artisan key:generate
- Run development server script
npm run serve
- Visit your website : http://localhost:2222