Download the PHP package norman-huth/nova-single-resource without Composer

On this page you can find all versions of the php package norman-huth/nova-single-resource. 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 nova-single-resource

Laravel Nova Single Resource

Create resources for "single" resources (key-value database structure), such as a settings table.

index detail

Install

composer require norman-huth/nova-single-resource

Usage

The following description refers to the Model Settings as an example....

You can create a resource with php artisan nova:single-resource Setting.
The table still requires a primary ID and this package is designed to allow the Value column to be nullable.

Define the sections in sections()

And add for every section fields.
Format: get'.Str::studly($slug).'Fields: getGeneralSettingsFields(NovaRequest $request)

Columns

By default, the columns key and value are used in the database.

If you want to use others. You must specify them in the model:

Change cast of a field

Single Resource Fields

In this resource must be used adjusted fields.

The following fields are already included:

Nova

Original Single Resource
Boolean NormanHuth\SingleResource\Fields\Boolean
BooleanGroup NormanHuth\SingleResource\Fields\BooleanGroup
Color NormanHuth\SingleResource\Fields\Color
Country NormanHuth\SingleResource\Fields\Country
Currency NormanHuth\SingleResource\Fields\Currency
Date NormanHuth\SingleResource\Fields\Date
DateTime NormanHuth\SingleResource\Fields\DateTime
KeyValue NormanHuth\SingleResource\Fields\KeyValue
Markdown NormanHuth\SingleResource\Fields\Markdown
MultiSelect NormanHuth\SingleResource\Fields\MultiSelect
Number NormanHuth\SingleResource\Fields\Number
Select NormanHuth\SingleResource\Fields\Select
Text NormanHuth\SingleResource\Fields\Text
Textarea NormanHuth\SingleResource\Fields\Textarea
Timezone NormanHuth\SingleResource\Fields\Timezone
Trix NormanHuth\SingleResource\Fields\Trix

File Fields

Original Single Resource
File NormanHuth\SingleResource\Fields\File
Image NormanHuth\SingleResource\Fields\Image
Avatar NormanHuth\SingleResource\Fields\Avatar

Package Fields (alphabetic)

Package Single Resource
flatroy/nova-progressbar-field NormanHuth\SingleResource\Fields\Flatroy\FieldProgressbar
murdercode/seo-title NormanHuth\SingleResource\Fields\Murdercode\SeoTitle
murdercode/nova4-seo-description NormanHuth\SingleResource\Fields\Murdercode\SeoDescription
murdercode/nova4-tinymce-editor NormanHuth\SingleResource\Fields\Murdercode\TinymceEditor
norman-huth/nova-bbcode-textarea NormanHuth\SingleResource\Fields\NormanHuth\BBCode
NormanHuth\SingleResource\Fields\NormanHuth\BB
norman-huth/nova-iframe-popup NormanHuth\SingleResource\Fields\NormanHuth\IframePopup
norman-huth/nova-secret-field NormanHuth\SingleResource\Fields\NormanHuth\SecretField
norman-huth/nova-values-field NormanHuth\SingleResource\Fields\NormanHuth\Values

Field Development Notices

Todos


More Laravel Nova Packages

Stand With Ukraine

Woman. Life. Freedom.


All versions of nova-single-resource with dependencies

PHP Build Version
Package Version
Requires php Version ^8.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 norman-huth/nova-single-resource contains the following files

Loading the files please wait ....