Simple, but functional, Knowledge Base platform built with Laravel 9 Framework.
Is a central place that allows structured storage of information where users can search for and access this information.
- Clone the repo :
git clone https://github.com/e-evaristo/SKBase.git
$ cd SKBase
$ composer install
$ cp .env.example .env
$ php artisan key:generate
$ php artisan storage:link
- Create new MySQL database for this application
- Set database credentials on .env file
$ php artisan migrate --seed
$ php artisan serve
- Visit:
http://127.0.0.1:8000/admin
- Login with :
- email :
[email protected]
- password :
password
- email :
SKBase is open-sourced software licensed under the MIT license.