Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

gerMdz/oncetres

Repository files navigation

Symfony OnceTres Application

The "Symfony OnceTres Application" is a reference application created to show how to develop applications following the Symfony Best Practices. post simple desde el OnceTres de symfony

Requirements

Installation

Download Symfony to install the symfony binary on your computer and run this command:

$ git clone https://github.com/gerMdz/oncetres.git

Alternatively, you can use Composer:

Usage

There's no need to configure anything to run the application. If you have installed Symfony binary, run this command:

$ cd my_project/
$ symfony serve -d

Then access the application in your browser at the given URL (https://localhost:8000 by default).

If you don't have the Symfony binary installed, run php -S localhost:8000 -t public/ to use the built-in PHP web server or configure a web server like Nginx or Apache to run the application.

Tests

Execute this command to run tests:

$ cd my_project/
$ ./bin/phpunit

About

post simple desde el demo de symfony

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published