All Projects → mariocoski → laravel-blogger

mariocoski / laravel-blogger

Licence: MIT license
Simple, easy-to-start blogging platform powered by Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to laravel-blogger

references-for-dotnet-developers
Sites, blogs, cursos, redes sociais e projetos de referências para desenvolvedores .NET
Stars: ✭ 329 (+383.82%)
Mutual labels:  blogs
xkeditor
📝 XK-Editor | 一个支持富文本和Markdown的编辑器
Stars: ✭ 58 (-14.71%)
Mutual labels:  tinymce
blog
List of the Personal Blog / Article
Stars: ✭ 53 (-22.06%)
Mutual labels:  blogger
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-60.29%)
Mutual labels:  blogs
bloggerpack
A tool for develop Blogger theme.
Stars: ✭ 94 (+38.24%)
Mutual labels:  blogger
gatsby-advanced-blog-system
📰 This repository is a demo from the article about how to build our own blog using Gatsby.
Stars: ✭ 67 (-1.47%)
Mutual labels:  blogger
controller-advice-exception-handler
Showcases an Error Handler (Spring @ControllerAdvice) inheriting from a base handler
Stars: ✭ 19 (-72.06%)
Mutual labels:  blogs
magento-advanced-code-editor
An advanced code editor that'll make it much easier to write clean markup for CMS pages, static blocks, product pages and Transactional Emails.
Stars: ✭ 19 (-72.06%)
Mutual labels:  tinymce
go-data-science
🎒 🚀 Este repositório tem como objetivo apresentar a trilha de estudos da qual segui para a carreira de data science
Stars: ✭ 28 (-58.82%)
Mutual labels:  blogs
python-blogs
A curated list of python programming language blogs
Stars: ✭ 48 (-29.41%)
Mutual labels:  blogs
madao
🎉 My blog, powered by @nuxt
Stars: ✭ 54 (-20.59%)
Mutual labels:  blogger
laravel-responsivefilemanager
Laravel Responsive File Manager integration
Stars: ✭ 13 (-80.88%)
Mutual labels:  tinymce
laravel-charts
📊 Create a chart in Laravel using Chart.js and AJAX
Stars: ✭ 36 (-47.06%)
Mutual labels:  blogs
blog
🏷️ 收集整理我的笔记 记录所思所想,互联网、产品设计、商业、低代码、量化金融、合成生物学
Stars: ✭ 20 (-70.59%)
Mutual labels:  blogs
vue-tinymce
Tinymce support on Vue 2.1x
Stars: ✭ 22 (-67.65%)
Mutual labels:  tinymce
strapi-tinymce
Strapi extension to overwrite the current Wysiwyg by Tinymce
Stars: ✭ 39 (-42.65%)
Mutual labels:  tinymce
tinymce-vue-2
A vue 2 component for TinyMCE
Stars: ✭ 48 (-29.41%)
Mutual labels:  tinymce
Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (-67.65%)
Mutual labels:  blogger
nepali-devblogs
Collection of blogs/publications by Nepali devs.
Stars: ✭ 30 (-55.88%)
Mutual labels:  blogs
ownNoteEditor
JavaFX editor for the ownNote files locally stored in ownCloud folder
Stars: ✭ 25 (-63.24%)
Mutual labels:  tinymce

Laravel-Blogger

Build Status

Demo

https://gamechanger.mariuszrajczakowski.me

https://withjavascript.mariuszrajczakowski.me

About

Laravel-blogger is simple, easy-to-start blog platform powered by laravel framework, heavily inspired by Canvas blogging platform.

Current technologies include:

Installation

Server Requirements Before you proceed make sure your server meets the following requirements:

Composer PHP >= 7.0 PHP extensions (PDO, SQLite, OpenSSL, Mbstring, Tokenizer) PDO compliant database (SQL / MySQL / PostgreSQL / SQLite)

  1. Two ways of downloading a project
  • use github to clone a project: git clone https://github.com/mariocoski/laravel-blogger
  • use a packagist: composer create-project mariocoski/laravel-blogger
  1. Go to the root of your project and run composer install

  2. Run npm install to install all front end dependencies

  3. Run gulp to compile all the assets

  4. Run php artisan vendor:publish to publish all vendor files

  5. Make sure your storage and bootstrap have right permissions: sudo chmod -R 777 ./storage ./bootstrap

  6. Make sure you have an env file copied cp .env.example .env

  7. Install Elastic Search on your server by running shell script sh elastic.sh or following online solutions like: Digital Ocean

  8. Run php artisan blogger:install to finish up the installation

Supporting

Laravel-blogger is an MIT-licensed open source project available for free to download. All contribution are welcomed!

License

Laravel-Blogger is open-sourced software licensed under the MIT license.

Why not to try install laravel-blogger now?

  • Fully featured dashboard for admin and editor

Laravel Blogger

  • Easy to manage articles section

Laravel Blogger

  • The most powerfull markdown editor - TinyMce

Laravel Blogger

  • Fully featured media manager allows you to upload your images

Laravel Blogger

  • Advanced settings section helps you to control your SEO, Google Analytics and Disqus Comments

Laravel Blogger

  • Amazing, blazing fast full-text searching with Elastic Search

Laravel Blogger

  • Responsive Layout

Laravel Blogger

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].