Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjehan/eni-booklib
https://github.com/pjehan/eni-booklib
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjehan/eni-booklib
- Owner: pjehan
- Created: 2022-10-21T14:08:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T08:02:49.000Z (about 2 years ago)
- Last Synced: 2024-04-15T15:53:28.369Z (9 months ago)
- Language: PHP
- Size: 1.49 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Booklib ENI
## Pour installer le projet
Créer le fichier .env.local
```shell
composer install
php bin\console doctrine:database:drop --force
php bin\console doctrine:database:create
php bin\console doctrine:migrations:migrate
php bin\console doctrine:fixtures:load
```