All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-laravel.model.mustache Maven / Gradle / Ivy

The newest version!
{{>php_file_header}}

{{#models}}
{{#model}}
/**
 * {{classname}}
 */
namespace {{modelPackage}};

/**
 * {{classname}}
{{#description}}
 * @description {{{.}}}
{{/description}}
 */
{{#isEnum}}
{{>model_enum}}
{{/isEnum}}
{{^isEnum}}
{{>model_generic}}
{{/isEnum}}
{{/model}}
{{/models}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy