GithubHelp home page GithubHelp logo

albertirse / monofony-demo-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from allekslar/monofony-demo-backend

0.0 0.0 0.0 10.04 MB

Package based on Monofony/Demo designed to be installed on Monofony/Skeleton for a quick demo of the backend

License: MIT License

JavaScript 3.21% PHP 62.35% SCSS 6.52% Twig 27.91%

monofony-demo-backend's Introduction

Package based on Monofony/Demo designed to be installed on Monofony/Skeleton for a quick demo of the backend

Monofony demo Monofony demo2

Installation

If you have Composer installed globally.

composer require allekslar/monofony-demo-backend

Configure the plugin:

Copy the routing file monofony_demo_backend.yaml from the package folder ./config/copy/routes/ to your config/routes/

or run the command

    composer run-script post-install -d ./vendor/allekslar/monofony-demo-backend

Extend config files:

Add SyliusTaxonomyBundle and SyliusLocaleBundle to config/bundles.php.

// config/bundles.php

    Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle::class => ['all' => true],
    Sylius\Bundle\LocaleBundle\SyliusLocaleBundle::class => ['all' => true],

Finish the installation by updating the database schema and installing assets and fixtures:

    bin/console doctrine:migrations:diff
    bin/console doctrine:migrations:migrate
    bin/console assets:install
    bin/console doctrine:fixtures:load -n

Admin

Username: [email protected] Password: admin

Run before uninstall:

    composer run-script remove -d ./vendor/allekslar/monofony-demo-backend

License

This bundle is under the MIT license. See the complete license in the bundle

About

monofony-demo-backend's People

Contributors

albertirse avatar allekslar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.