Skip to content

mehmetaliakbay/ecommerce-symfony4

Repository files navigation

E commerce web site with symfony 4

Web Preview

Admin Preview

Symfony is a set of reusable PHP components and a PHP framework to build web applications, APIs, microservices and web services.

Installation

  • Install PHP 7.2.5 or higher and these PHP extensions (which are installed and enabled by default in most PHP 7 installations)
  • Install Composer, which is used to install PHP packages;
  • Install Symfony, which creates in your computer a binary called symfony that provides all the tools you need to develop your application locally.

The symfony binary provides a tool to check if your computer meets these requirements. Open your console terminal and run this command:

$ symfony check:requirements

Open your console terminal, move into your new project directory and start the local web server as follows:

$  cd my-project/
$ symfony server:start

About

E commerce site made with symfony 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published