Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 504 Bytes

File metadata and controls

13 lines (10 loc) · 504 Bytes

Client-side rendering in laravel

This is a demo app to suppliment my Server-side apps with client-side rendering blog post.

Installing

  1. Clone repo
  2. Install Composer dependencies (composer install)
  3. Install NPM dependencies (npm install)
  4. Configure a local database for the app
  5. Run migrations (php artisan migrate)
  6. Create Laravel application key (php artisan key:generate)
  7. View it in the browser!