Congreso Latinoamericano de Matemática edición 2021. Web en PHP con Slim Framework.
Go to file
2021-09-10 12:25:41 -03:00
api initial copy of clam2020 2021-05-13 13:04:00 -03:00
data Merge branch 'master' of bitbucket.org:gmcb/clam2021 2021-09-10 10:51:12 -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 descripcion y link en calendario eventos de sesiones 2021-09-10 12:25:26 -03:00
src Merge branch 'master' of https://bitbucket.org/gmcb/clam2021 2021-09-10 12:25:41 -03:00
templates moddifica cartel de registro cerrado, se quita la noticia de inscripciones abiertas, cambios en sesion 24 cambia de dia Gardella por Ara 2021-09-09 11:16:10 -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.