vesp/vesp

Vesp Framework

Maintainers

Details

github.com/bezumkin/vesp

Source

Issues

Installs: 409

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 7

Forks: 8

Open Issues: 0

Language:Vue

1.13.3 2022-07-28 08:47 UTC

This package is auto-updated.

Last update: 2024-03-14 04:50:04 UTC


README

based on top of Vue, Eloquent, Slim and Phinx.

git clone https://github.com/bezumkin/vesp.git
cd ./vesp
cp .env.dist .env
docker compose up

This will run containers in production mode.

Open http://127.0.0.1:8080 and login with login and password admin.

Development

Copy docker-compose.override.yml.dist into docker-compose.override.yml and run docker compose up --build.

You will get frontend running in development mode with Hot Module Replacement and opened local ports for containers.

To enable Xdebug, set variable PHP_XDEBUG=1 in .env file and rebuild containers.

Screenshots

Screenshot 2024-01-26 at 12 15 06

Screenshot 2024-01-26 at 12 15 18