Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.22 KB

About SKBase

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.

Tools:

Screenshots

How to Install

  1. Clone the repo : git clone https://github.com/e-evaristo/SKBase.git
  2. $ cd SKBase
  3. $ composer install
  4. $ cp .env.example .env
  5. $ php artisan key:generate
  6. $ php artisan storage:link
  7. Create new MySQL database for this application
  8. Set database credentials on .env file
  9. $ php artisan migrate --seed
  10. $ php artisan serve
  11. Visit: http://127.0.0.1:8000/admin
  12. Login with :

License

SKBase is open-sourced software licensed under the MIT license.