Getting started
# Requirements
This package require Laravel 5.6
# Installation
Development inclusion
First of all, you need to create package/ikdev folder in your project root directory and clone ikpanel inside.
git clone git@github.com:RobyFerro/ikpanel.gitAdd repository path in your composer.json
"repositories": [
{
"type": "path",
"url": "packages/ikdev/ikpanel"
}
],Production inclusion
Edit your composer.json file ad add this:
Installation
Install ikpanel with your terminal.
Edit auth model in config/auth.php:
Execute the followings commands:
# Conclusion
Congratulations, now you're ready to use/integrate ikpanel in your project!
Default ikpanel credentials:
Username : boba.fett@ikpanel.eu
Password : 0
Last updated
Was this helpful?