7968abd3596b6725d269961e4a2b54be9d0e52a3
KamilCraftAPI
API for kamilcraft.com projects
Requirements
Required
- Docker 20.10.x (Engine) or later
Optional
- PHP 8.0 or later
- Composer 2.3.x or later
- Nodejs 16.14.x or later
Preparation and installation
-
Copy the contents of the .env.example file into .env
cp .env.example .env -
Build the image needed for Laravel
docker-compose build -
Run the images prepared in
docker-compose.ymldocker-compose up -d -
Install the dependencies needed for Laravel and Nodejs.
The installer for Laravel generates the key and migrates the database.
In the case of Nodejs, it generates page styles.docker-compose exec laravel install -
Go to
http://localhost/dashboardin your browser.
Languages
PHP
68%
Blade
31.1%
Dockerfile
0.9%