Download the PHP package norman-huth/muetze-site without Composer
On this page you can find all versions of the php package norman-huth/muetze-site. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download norman-huth/muetze-site
More information about norman-huth/muetze-site
Files in norman-huth/muetze-site
Informations about the package muetze-site
Laravel Package
This package includes what I often miss in Laravel and newer stubs.
Install
Usage
Commands
Create Pivot Table
This command creates a migration for a many-to-many relationship between 2 models.
The 2 models of the relationship must be specified in the command.
Option if one or both primary column names are not id
make:bundle Command
Create a model with a migration and policy
(The default can be adjusted in config.)
Create with options to create resources disabled by config anyway.
Change the default details of the make:bundle command
Default:
Traits
Encrypt Attributes
The attributes always stored encrypted in the database, but output decrypted.
For these attributes simply create a column text (nullable) and specify in the array encrypts.
Publish
Newer Laravel Stubs
No more problem with duplicate class names
Newer Laravel Nova Stubs
Additional Language File(s)
For example, to keep the Laravel translations in the original state and in case of an update they can be renewed without merge.
Markdown Blade Component
Parse markdown
Parse markdown without stripping whitespace (or other characters) from the beginning in each line of a string
Parse Markdown file
Helper Functions
All versions of muetze-site with dependencies
ext-mbstring Version *
illuminate/console Version ^7.0|^8.0
illuminate/support Version ^7.0|^8.0