Download the PHP package friendsofsulu/maker-bundle without Composer

On this page you can find all versions of the php package friendsofsulu/maker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package maker-bundle

Sulu Maker Bundle

This package adds code generators for Sulu configurations and other features of Sulu to get you started quicker. This bundle is based on the Symfony maker bundle

How to install

Installing it with composer is very easy:

Example Usage

Create an entity (either manually or with make:entity).

Then you can create a list configuration for this entity bin/console make:sulu:list App\\Entity\\Changelog. This will ask for every property if it should be visible and if it is should be searchable. Looking like this:

Most of the values have defaults so just hitting enter on most of them works.

Feature List

Here is a list of features this maker provides.

:white_check_mark: Generating a new page type sulu:make:page-type

You can generate an XML file in the Sulu pages directory and an example template in the Twig directory.

:white_check_mark: Generating the List XML Configruation make:sulu:list

The basics for this are working. This can't generate a configuration for entities with join columns.

:exclamation: Generating form XML configuration make:sulu:form

TODO

:white_check_mark: Generating an admin class for an entity sulu:make:admin

Basic generation is working. You can also disable parts of the view generation (generating a view without the edit form).

:white_check_mark: Generating a controller sulu:make:controller

You can generate a controller with get, delete and update actions or any combination of those. And it even has some helpful tips on avoiding pitfalls with _ in the resource key.

:exclamation: Generate all of the above sulu:make:resource

TODO

:white_check_mark: Generate a Trash handler sulu:make:trash_handler

Generates a Trash handler with the option to also implement restoring functionality for the resource.

:white_check_mark: Generate a Sulu fixture sulu:make:fixture

Generates an example fixture to create a Sulu document


All versions of maker-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
symfony/maker-bundle Version ^v1.60.0
webmozart/assert Version ^1.11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package friendsofsulu/maker-bundle contains the following files

Loading the files please wait ...