Skip to content

sinnbeck/markdom-livewire

Repository files navigation

Introduction

This is an example of using Markdom with Livewire

Markdom Livewire

Getting started

Simple clone this repo and start a development server

//Go the folder where you have your projects
git clone [email protected]:sinnbeck/markdom-livewire.git

// go to the new application folder
cd markdom-livewire

// install your composer packages
composer install

// create .env file
cp .env.example .env

// generate application key
php artisan key:generate

// start the serve
php artisan serve




//Open provided url

There is an example of markdown for testing in the project root named example.md

About

An example of using markdom with livewire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published