An open API service indexing awesome lists of open source software.

https://github.com/khoerodin/phpssr

PHP SSR (Server Side Rendering) with Laravel and Vuejs
https://github.com/khoerodin/phpssr

laravel php server-side-rendering ssr vuejs

Last synced: about 1 month ago
JSON representation

PHP SSR (Server Side Rendering) with Laravel and Vuejs

Awesome Lists containing this project

README

        

## PHP SSR (Server Side Rendering) with Laravel and Vuejs

> Make sure you have installed v8js PHP extension
> installation guide : [https://gist.github.com/khoerodin/6af0b022b02674f86b46a4c7f753076e](https://gist.github.com/khoerodin/6af0b022b02674f86b46a4c7f753076e)

```bash
git clone https://github.com/khoerodin/phpssr
cd phpssr
cp .env.example .env
php artisan key:generate
composer install
npm i
npm run dev
php artisan serve

```

[khoerodin.id](http://khoerodin.id)