Skip to content

jhonoryza/laravel-blog-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

laravel hardcoded markdown blog with tailwindcss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages