An open API service indexing awesome lists of open source software.

https://github.com/ph-7/heloise

📕 Héloïse is a simple Blog system with comments and RSS feed. Written on Laravel 5.6, PaperCSS and VueJS 🗞
https://github.com/ph-7/heloise

blog feed heloise laravel laravel-56 laravel-56-application laravel-blog laravel-blog-app laravel-blog-engine laravel-blog-system laravel56 mongodb papercss php71 php72 rss-feed simple-blog simple-blog-in-laravel

Last synced: 4 months ago
JSON representation

📕 Héloïse is a simple Blog system with comments and RSS feed. Written on Laravel 5.6, PaperCSS and VueJS 🗞

Awesome Lists containing this project

README

          

# Héloïse: Simple Laravel Blog

*__Héloïse__ is a simple Blog system with comments and RSS feed. Written on Laravel 5.6 and used PaperCSS and MySQL (or [MongoDB](https://github.com/pH-7/Heloise/tree/mongodb-support) if `mongodb-support` branch is checked out instead of `master`)).*

## Requirements

* [PHP 7.1.3](http://php.net/releases/7_1_3.php) or higher
* [Composer](https://getcomposer.org)
* [Node.js](https://nodejs.org) and NPM

## Author

[Pierre-Henry Soria](http://pierrehenry.be), a Passionate, Zen&Cool Belgian Engineer :belgium: :smiley:

## Setting Up

1. Run `composer install` and Run `npm install` to install the project's dependencies.
2. Rename `.env.example` to `.env` and edit database (and the other details in there).
3. Run `php artisan migrate:fresh --seed` to run the database migrations, with the seeds if needed.
4. Run `npm run production`
5. Start a local development server `php artisan serve`

## How "Héloïse Laravel Blog" Looks Like

![Add, Edit and Delete Blog Posts](_screenshots/blog-post-heloise-laravel.png)

![Add Comments to Blog Posts](_screenshots/blog-add-comment.png)

## License

"Héloïse" is generously distributed under [MIT License](http://opensource.org/licenses/mit-license.php).