Laravel 8 and PHP 8 application web responsive that contains interface web, user registers and the application connected to a Laravel API
Project Laravel Api Server: https://github.com/JAVI-CC/Laravel-API-Server
$ composer install && php artisan key:generate
API_SERVER= http://localhost
http://localhostUser: admin@email.com
Password: 12345678
- nginx:alpine -
:8001->80/tcp
- php:8.0.6-fpm -
:9000
├── laravel-api-client-app ├── laravel-api-client-web
$ git clone https://github.com/JAVI-CC/Laravel-API-Client.git
$ cd Laravel-API-Client
$ cp .env.example .env
$ docker-compose up -d
$ docker-compose exec app php artisan key:generate
Once you have the containers deployed, you can access the API at http://localhost:8001