Giter Site home page Giter Site logo

tentwofour / kunstmaangeneratorbundle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kunstmaan/kunstmaangeneratorbundle

0.0 2.0 0.0 6.96 MB

If you're like us, you like to build applications without having to do the same things over and over again and dislike copy/pasting code and change a couple of words every time you need feature X. The KunstmaanGeneratorBundle gives you the possibility to generate code for new bundles, adminlists and can even make you a basic default website. That way you don't have to wait too long before you see some results and you have more time to do other things. Easy no?

Home Page: http://bundles.kunstmaan.be

License: MIT License

kunstmaangeneratorbundle's Introduction

KunstmaanGeneratorBundle

Build Status Total Downloads Latest Stable Version Analytics

If you're like us, you like to build applications without having to do the same things over and over again and dislike copy/pasting code and change a couple of words every time you need feature X. The KunstmaanGeneratorBundle gives you the possibility to generate code for new bundles, adminlists and can even make you a basic default website. That way you don't have to wait too long before you see some results and you have more time to do other things. Easy no?

Installation

This bundle is compatible with all Symfony 2.3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the Getting Started guide and enjoy the full blown experience.

Use

Generate a Bundle :

app/console kuma:generate:bundle

Generate an Entity based on the KunstmaanAdminBundle's AbstractEntity

app/console kuma:generate:entity

Generate a KunstmaanAdminList for an Entity :

app/console kuma:generate:adminlist --entity=Bundle:Entity

Website

Generate a default website using the Kunstmaan bundles :

app/console kuma:generate:default-site --namespace=Namespace\NamedBundle --prefix=tableprefix_

Search page

Generate a search page based on the KunstmaanNodeSearchBundle :

app/console kuma:generate:searchpage --namespace=Namespace\NamedBundle --prefix=tableprefix_

Article : Overview and detail pages

Generate an overview page with article pages. The overview page contains a paginated list of its articles. The articles are managed by AdminLists.

app/console kuma:generate:article --namespace=Namespace\NamedBundle --entity=Entity --prefix=tableprefix_

Page

Generate a new custom page :

app/console kuma:generate:page --prefix=tableprefix_

PagePart

Generate a new page part page based on the KunstmaanPagePartBundle :

app/console kuma:generate:pagepart --prefix=tableprefix_

More

You can find more detailed information about these commands here

Symfony 2.2

If you want to use this bundle for a Symfony 2.2 release, use the 2.2 branch.

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.