Congreso Latinoamericano de Matemática edición 2021. Web en PHP con Slim Framework.
Go to file
2021-09-13 13:09:59 -03:00
api initial copy of clam2020 2021-05-13 13:04:00 -03:00
data se corrige typo gravada a grabada en conferencia publica de saenz de cabezon 2021-09-13 13:09:59 -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 al poner los <p> en las conferencias cagué todo tippy content y tuve que ajustar los estilos 2021-09-10 15:42:03 -03:00
src agrega descripcion y link en calendario eventos de sesiones 2021-09-10 12:25:26 -03:00
templates modificacion conferencia de cabezón, estaba mal escrito el apellido, y se agrega conferencia gravada, se ponen <p> para los abstracts de las conferencias. se quita actividad de género del jueves y se extiende una hora mas la del miércoles 2021-09-10 15:10:15 -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.