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)
- laravel 10
- php 8.2
- node v18
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