Skip to content

startinfinity/articles-blog-example

Repository files navigation

Simple Blog website using Infinity As a CMS (database)

In this example we will build simple website using:

  • Laravel Framework
  • Boostrap 4 ( css framework )
  • Infinity API as database

We are using Infinity as CMS for Articles on the website.

All the logic is located inside app/Http/Controllers/ArticlesController.php

Views:

  • views/articles.blade.php - all articles view
  • views/article.blade.php - single article view

Run command php artisan serve and go to http://127.0.0.1:8000/

Infinity App as Database Board Structure

Frontend (all articles) Board Structure

Frontend (single article) Board Structure

Blog post with more details is coming soon

References:

About

Simple Blog website using Infinity as CMS (database)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published