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 viewviews/article.blade.php- single article view
Run command php artisan serve and go to http://127.0.0.1:8000/
Blog post with more details is coming soon
References:


