Congreso Latinoamericano de Matemática edición 2021. Web en PHP con Slim Framework.
Go to file
2021-09-08 16:31:46 -03:00
api initial copy of clam2020 2021-05-13 13:04:00 -03:00
data agrega resumen de actividad de genero de martes, cambio horario sesion 15 charla de Kwaw pasa para miercoles 17:30 2021-09-08 16:31:46 -03:00
db crea registro, modifica trabla de particpantes y algunas cosas mas en backend 2021-06-16 14:05:57 -03:00
logs initial copy of clam2020 2021-05-13 13:04:00 -03:00
public agrega resumen de actividad de genero de martes, cambio horario sesion 15 charla de Kwaw pasa para miercoles 17:30 2021-09-08 16:31:46 -03:00
src fix api registration to take into account new closed_registration date, cambia horario en premiados 2021-09-03 16:55:07 -03:00
templates se agregan cambios en eventos: asamblea, comisiones genero. Se modifica sesión 34, sesion 14 se agrega como organiador extra la RIPOEFA 2021-09-07 11:53:24 -03:00
tests/Functional initial copy of clam2020 2021-05-13 13:04:00 -03:00
vendor nuevas sesiones y cambios en gitignore 2021-08-12 09:41:39 -03:00
.gitignore nuevas sesiones y cambios en gitignore 2021-08-12 09:41:39 -03:00
composer.json cambios en el composer con mejores versiones 2021-08-11 10:38:08 -03:00
composer.lock initial copy of clam2020 2021-05-13 13:04:00 -03:00
CONTRIBUTING.md initial copy of clam2020 2021-05-13 13:04:00 -03:00
docker-compose.yml initial copy of clam2020 2021-05-13 13:04:00 -03:00
phpunit.xml initial copy of clam2020 2021-05-13 13:04:00 -03:00
README.md initial copy of clam2020 2021-05-13 13:04:00 -03:00

Slim Framework 3 Skeleton Application

Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application. This application uses the latest Slim 3 with the PHP-View template renderer. It also uses the Monolog logger.

This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.

Install the Application

Run this command from the directory in which you want to install your new Slim Framework application.

php composer.phar create-project slim/slim-skeleton [my-app-name]

Replace [my-app-name] with the desired directory name for your new application. You'll want to:

  • Point your virtual host document root to your new application's public/ directory.
  • Ensure logs/ is web writeable.

To run the application in development, you can also run this command.

php composer.phar start

Run this command to run the test suite

php composer.phar test

That's it! Now go build something cool.