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.
Create Wiki Documentation, Blog posts, FAQ Websites, Multi-User Notebook App and much more…
This Laravel 8 App loads dynamic content Posts by Category content from the Database (or any datasource you like).
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