Skip to content

Famaxis/laravel-personal-blog

Repository files navigation

Personal blog based on Laravel 8

In the blog you can write posts.

Features:

  • Fully optional post and page form. No more annoying "required".
  • Integrated CKEditor with image uploading.
  • Default templates for posts and pages with different colors and with a choice.
  • Creating fully custom templates for posts and pages with Blade, CSS and JS from admin panel.
  • Integrated Ace editor with Emmet.
  • Everyone can comment. No captcha, no required e-mail, no registration — just writing thoughts. With some basic protection from bots.
  • Tags for posts, using rtconner/laravel-tagging.
  • Design made with beautiful CSS framework PaperCSS.

How to use:

Configure your database settings in .env, then <php artisan migrate --seed>. Admin page available at (/login), default user: '[email protected]', password - '1234'.

Screenshots:

1

2

3

4

5

6