Laravel Markdown Blog: Publish blog posts with content in Markdown format

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SimpleMDE

    A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.

  • SimpleMDE - https://simplemde.com/

  • Laravel-Markdown

    A CommonMark wrapper for Laravel

  • Laravel Markdown Parser - https://github.com/GrahamCampbell/Laravel-Markdown

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • PrismJS

    Lightweight, robust, elegant syntax highlighting.

  • PrismJS - https://prismjs.com/

  • laravel-markdown-blog

    A Beautiful Markdown Blog Setup for Laravel - Tailwind, Laravel 8, Markdown, Blogging

  • ## Clone repository git clone https://github.com/ManiruzzamanAkash/laravel-markdown-blog.git ## Go to that folder cd laravel-markdown-blog ## Install composer composer install ## Create file .env and Copy .env.example to .env ## Create a database called laravel_markdown ## Generate Key php artisan key:generate # Run migrations and seeder file to seed 1,000 tutorials php artisan migrate --seed ## Install node, as we've used Tailwind CSS npm install ## Run tailwind CSS in watch mode to detect any file change ## and automatically generate app.css in public/css/app.css npm run watch

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts