inmanturbo / event-sourced-laravel-jetstream

Laravel Jetstream example with spatie/laravel-event-sourcing, testing, formatting and linting ci, and vuepress docs template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Requirements

  • php 8.1 or higher
  • composer
  • yarn or npm

Installation

git clone https://github.com/inmanturbo/event-sourced-laravel-jetstream.git
cd event-sourced-laravel-jetstream
composer install
npm install && npm run dev

Building Docs

  • install vuepress
yarn global add vuepress
  • build (from root directory)

Note: If you are on a late version of node and you get the error "error:0308010C:digital envelope routines::unsupported" you must first set node options with export NODE_OPTIONS=--openssl-legacy-provider If you are on windows or need more info see This Issue

vuepress build docs

About

Laravel Jetstream example with spatie/laravel-event-sourcing, testing, formatting and linting ci, and vuepress docs template

License:MIT License


Languages

Language:JavaScript 64.5%Language:PHP 19.5%Language:Blade 7.9%Language:CSS 4.2%Language:HTML 3.8%Language:Shell 0.1%