The Wayback Machine - https://web.archive.org/web/20201002175649/https://github.com/pH-7/Heloise
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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 if mongodb-support branch is checked out instead of master)).

Requirements

Author

Pierre-Henry Soria, a Passionate, Zen&Cool Belgian Engineer 🇧🇪 😃

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

Add Comments to Blog Posts

License

"Héloïse" is generously distributed under MIT License.

You can’t perform that action at this time.