Stars: 222
Forks: 26
Pull Requests: 110
Issues: 77
Watchers: 8
Last Updated: 2023-06-19 11:36:35
Opening PHP's #internals to the outside
License: MIT License
Languages: PHP, Makefile, JavaScript, Twig, CSS
Requirements:
Copy the .env.dist file to .env and configure it.
Install the application (will create the database and the tables):
$ make installRun the preview:
$ make preview
# Browse to http://localhost:8000To recompile the assets if you change them, run make assets. Assets are automatically compiled when the website is deployed.
docker-compose updocker-compose run cli php /var/task/console db --force to initialize the databasemake init in another window