Skip to content

ioanok/symfoxid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymfOxid

OXID integration with Symfony Components.

Requirements

Installation

$ git clone https://github.com/ioanok/symfoxid
$ cd symfoxid/
$ composer install

Usage

If you have PHP 5.4 or higher, there is no need to configure a virtual host in your web server to access the application. Just use the built-in web server:

$ cd symfoxid/
$ php app/console server:run

This command will start a web server for the SymfOxid application. You can access the application in your browser at http://localhost:8000. You can stop the built-in web server by pressing Ctrl + C while you're in the terminal.

NOTE

If you're using PHP 5.3, configure your web server to point at the web/ directory of the project. For more details, see: http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html

About

OXID integration with Symfony Components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published