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 🗞
- Host: GitHub
- URL: https://github.com/ph-7/heloise
- Owner: pH-7
- License: mit
- Created: 2018-07-28T17:00:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T02:59:58.000Z (over 3 years ago)
- Last Synced: 2025-04-09T20:04:39.400Z (10 months ago)
- Topics: 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
- Language: PHP
- Homepage: https://github.com/pH-7/Heloise
- Size: 529 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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


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