Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 564 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 564 Bytes

Laravel Markdown Blog

this repo implement blog feature built using laravel and tailwindcss

the data is hardcoded in storage/posts folder with markdown syntax.

you can add image in public/posts folder and add like this in your markdown files

![image](./myimage.png)

Requirement

  • laravel 10
  • php 8.2
  • node v18

Getting Started

git clone https://github.com/jhonoryza/laravel-blog-markdown.git
composer update
npm install
npm run build
php artisan serve

access from url http://localhost:8000