Giter Site home page Giter Site logo

monofony / symfonystarter Goto Github PK

View Code? Open in Web Editor NEW
71.0 9.0 11.0 4.39 MB

[DEPRECATED] Please use the new version here https://github.com/Monofony/Monofony

License: MIT License

Ruby 1.77% PHP 72.99% HTML 13.22% Shell 3.60% Gherkin 5.16% JavaScript 2.30% CSS 0.96%
sylius symfony behat phpspec phpstan infection

symfonystarter's Introduction

Search and replace 'app_name', 'AppName' et 'APP_NAME' with your application name

Installation

Install php dependencies using composer

$ composer install

Install project :

$ bin/console app:install
$ yarn install && yarn build (or "yarn dev" for development usage)
$ symfony server:start --no-tls

Documentation

Documentation is available at https://monofony.readthedocs.io/en/latest/.

Demo

A Demo is available.

Admin

View Monofony admin

Front

View Monofony front

Community

Stay updated by following our Twitter.

Contributing

Would like to help us and build the best symfony-starter using Sylius? Feel free to open a pull-request!

License

Monofony is completely free and released under the MIT License.

Authors

Monofony was originally created by Loïc Frémont. See the list of contributors from our community.

symfonystarter's People

Contributors

dependabot[bot] avatar harikt avatar kevinmz avatar lchrusciel avatar loic425 avatar loicmobizel avatar lucaball avatar maximehuran avatar smildev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

symfonystarter's Issues

Run Infection only on files which have been changed

Infection can take too much time to have a efficient CI.

Describe the proposed solution

There is a way to run Infection only on files which have been changed. https://infection.github.io/guide/how-to.html#How-to-run-Infection-only-for-changed-files

Admin user is now disabled

ApiCore version affected: Demo version

Description
I just wanna take a look to this app. I tried to log me in the admin panel but it said than the account is disabled.

Steps to reproduce
Try to connect to admin panel on the demo app in the README.MD

Possible Solution
Enable the admin user

Thank you!

doctrine/orm 2.6.1 bug

ApiCore version affected: 1.x.y

Description
Doctrine version 2.6.1 bugged? After cloning master branch and composer install i got:

In UnitOfWork.php line 2718:
                                                                                                    
  Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?  
                                                                                                    

In UnitOfWork.php line 2718:
                                                                                                    
  Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?  

Steps to reproduce
Clone master branch
composer install
php bin/console

Possible Solution
I updated doctrine/orm with composer and problem is gone.

composer update doctrine/orm

Docker environment setup

Describe the proposed solution
We should have a docker setup configured for a oneline setup of this project; eg: docker-compose up should bring the application with full configuration online.

Kill the last mutants!

Describe the proposed solution
Monofony Infection scoring must be equal to 100% in order to start your projects with the highest level as possible and allow you to keep this 100% along your development.

  • src/Form/EventSubscriber/AddUserFormSubscriber.php:48
  • src/Form/EventSubscriber/AddUserFormSubscriber.php:49
  • src/Form/Extension/DateTypeExtension.php:28

Waiting for this infection issue:
infection/infection#655

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.