dependabot[bot] 40d58b2696
Bump guzzlehttp/guzzle from 7.4.2 to 7.4.4 (#2)
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.2 to 7.4.4.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.2...7.4.4)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-10 14:08:26 +02:00
2022-02-13 11:19:29 +01:00
2022-05-19 13:22:51 +02:00
2022-05-19 13:22:51 +02:00
2022-04-19 14:28:05 +02:00
2022-02-16 11:40:20 +01:00
2022-05-19 13:22:51 +02:00
2022-04-19 14:21:23 +02:00
2022-02-13 11:19:29 +01:00
2022-02-13 11:19:29 +01:00
2022-05-19 13:22:51 +02:00
2022-02-13 11:19:29 +01:00
2022-02-13 11:19:29 +01:00
2022-02-13 11:19:29 +01:00
2022-02-13 11:19:29 +01:00
2022-05-19 13:22:51 +02:00
2022-04-19 18:12:49 +02:00
2022-04-20 22:21:26 +02:00
2022-04-19 14:30:12 +02:00
2022-02-13 11:19:29 +01:00
2022-02-13 11:19:29 +01:00
2022-04-19 19:05:11 +02:00
2022-02-13 11:19:29 +01:00

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

  1. Copy the contents of the .env.example file into .env

    cp .env.example .env
    
  2. Build the image needed for Laravel

    docker-compose build
    
  3. Run the images prepared in docker-compose.yml

    docker-compose up -d
    
  4. 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
    
  5. Go to http://localhost/dashboard in your browser.

Description
API for kamilcraft.com project
Readme 1.6 MiB
Languages
PHP 68%
Blade 31.1%
Dockerfile 0.9%