Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrcfesc/test_jtwt_ventas
https://github.com/rrcfesc/test_jtwt_ventas
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rrcfesc/test_jtwt_ventas
- Owner: rrcfesc
- Created: 2024-05-03T00:26:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T00:31:04.000Z (8 months ago)
- Last Synced: 2024-05-07T01:32:47.793Z (8 months ago)
- Language: PHP
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#
````shell
$ docker-compose up -d
$ docker exec -u www-data -it test_sf_web bash
$ composer install
$ php bin/console doctrine:database:drop -f
$ php bin/console doctrine:database:create
$ php bin/console d:m:m -n
$ php bin/console doctrine:fixtures:load -n
````