Skip to content

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

License

Notifications You must be signed in to change notification settings

headerx/event-sourced-laravel-jetstream

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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