michitheonlyone / refbook-laravel

Reference Book Wiki App (Multi-User Notebook App). Use this Laravel App to create a website for your blog posts, faq, how-to, documentation or any content you like. This app is built on Laravel 8 to dynamicly load content posts by category into your website.

Home Page:https://michitheonlyone.github.io/refbook-laravel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reference Book App

** Laravel tutorial project ** https://www.youtube.com/watch?v=MFh0Fd7BsjE

Create Wiki Documentation, Blog posts, FAQ Websites, Multi-User Notebook App and much more...

Basic concept (how it works)

This Laravel 8 App loads dynamic content Posts by Category content from the Database (or any datasource you like).

  • The app has a Model for Category and Posts. Each Post has a Category, Each Category has meny posts.
  • The sidebar navigation shows each category and the number of posts in the view created by the AppServiceProvide::class register method.

Installation (Development)

For deployment head over to the Laravel Doc's

# Clone the repository
git clone https://github.com/michitheonlyone/refbook-laravel.git

# Install composer and npm dependencies
composer install
npm install

# Setup environment.
cp .env.example .env

# Setup database and change necessary variables!
php artisan key:generate
php artisan migrate

# Serve it!
php artisan serve

Screenshots

Create Post Show Post Sho Posts

About

Reference Book Wiki App (Multi-User Notebook App). Use this Laravel App to create a website for your blog posts, faq, how-to, documentation or any content you like. This app is built on Laravel 8 to dynamicly load content posts by category into your website.

https://michitheonlyone.github.io/refbook-laravel/


Languages

Language:PHP 69.2%Language:Blade 30.8%