Download the PHP package novius/laravel-nova-publishable without Composer
On this page you can find all versions of the php package novius/laravel-nova-publishable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download novius/laravel-nova-publishable
More information about novius/laravel-nova-publishable
Files in novius/laravel-nova-publishable
Package laravel-nova-publishable
Short Description A Laravel Nova package for publishable fields
License AGPL-3.0-or-later
Informations about the package laravel-nova-publishable
Laravel Nova Publishable
Introduction
This package allows you to manage Laravel Models which user Laravel Publishable in Laravel Nova.
Requirements
- Laravel Nova >= 4.0
- Laravel >= 10.0
- PHP >= 8.2
NOTE: These instructions are for Laravel >= 10.0 and PHP >= 8.2 If you are using prior version, please see the previous version's docs.
Installation
You can install the package via composer:
Add Publishable
trait on your Nova Resource:
Then you can insert Publishable fields on your Nova Resource. You can also add the Publication Status Filter.
You can use the UpdatePlucationStatus action to mass update the publication status of your models.
Lang files
If you want to customize the lang files, you can publish them with:
Lint
Lint your code with Laravel Pint using:
Licence
This package is under GNU Affero General Public License v3 or (at your option) any later version.
All versions of laravel-nova-publishable with dependencies
illuminate/support Version ^10.0|^11.0
laravel/nova Version ^4.0
novius/laravel-publishable Version ^3.0.0