Download the PHP package wamesk/stauses without Composer
On this page you can find all versions of the php package wamesk/stauses. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package stauses
1. Preview
2. Required
3. Instalation
-
register provider
-
vendor publish -- statusesServiceProvider
-
add and run migrations
php artisan make:migration add_status_to_orders
-
run seeders
4. Usage
-
Add to your Model
-
Add fields to your Nova Model
-
Add to your Nova Menu
MenuItem::resource(Statuses::class),
MenuItem::resource(Languages::class),
5. Configuration
-
Edit translates
edit translates
resources/lang/sk/status.php
5. More options / extensions
-
If you want to use CATEGORIES for more Models
uncomment this in Nova Model Status and add translates for models
-
If you want to use ICONS
uncomment this
and add CSS to NovaSericeProvider
Add Language
Add or delete language in language menu,
set languages in wame-statuses.php
or tab-translatable.php
,
Check config/tab-transatable https://github.com/wamesk/laravel-nova-status/blob/main/config/tab-translatable.php
All versions of stauses with dependencies
PHP Build Version
Package Version
Requires
wamesk/laravel-commands Version
^1.0
wamesk/laravel-nova-language Version *
wamesk/utils Version ^1.1
kongulov/nova-tab-translatable Version ^2.0
norman-huth/nova-font-awesome-field Version ^1.0
wamesk/laravel-nova-language Version *
wamesk/utils Version ^1.1
kongulov/nova-tab-translatable Version ^2.0
norman-huth/nova-font-awesome-field Version ^1.0
The package wamesk/stauses contains the following files
Loading the files please wait ....