Skip to content

Famaxis/laravel-personal-blog

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2021
Jan 20, 2021
Mar 10, 2021
Mar 13, 2021
Apr 2, 2021
Apr 2, 2021
Mar 19, 2021
Jan 21, 2021
Mar 8, 2021
Jan 20, 2021
Jan 20, 2021
Feb 24, 2021
Jan 20, 2021
Jan 20, 2021
Feb 27, 2021
Jan 20, 2021
Mar 10, 2021
Mar 10, 2021
Jan 20, 2021
Jan 20, 2021
Jan 20, 2021
Feb 1, 2021
Jan 20, 2021
Jan 20, 2021

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: 'admin@example.com', password - '1234'.

Screenshots:

1

2

3

4

5

6