All Projects → davidpiesse → nova-maintenance-mode

davidpiesse / nova-maintenance-mode

Licence: MIT License
Maintenance Mode for Laravel Nova

Programming Languages

Vue
7211 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nova-maintenance-mode

blueprint-nova-addon
A Blueprint addon which generates Nova resources
Stars: ✭ 61 (+64.86%)
Mutual labels:  nova
Nova-Menu-Builder
A Menu Builder for Laravel Nova
Stars: ✭ 63 (+70.27%)
Mutual labels:  nova
script.elementum.nova
Multi-provider for russian tracker for Elementum. Python 2 version. Development stopped.
Stars: ✭ 33 (-10.81%)
Mutual labels:  nova
laravel-nova-order-nestedset-field
Laravel Nova field that make your resources orderable
Stars: ✭ 21 (-43.24%)
Mutual labels:  nova
nova-rtl-theme
RTL layout for Laravel Nova.
Stars: ✭ 38 (+2.7%)
Mutual labels:  nova
nova-inspire
The best way to connect with your customers is by reaching out and inspiring them. ~ Me
Stars: ✭ 14 (-62.16%)
Mutual labels:  nova
nova-sluggable
Slug field for Laravel Nova
Stars: ✭ 40 (+8.11%)
Mutual labels:  nova
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (+94.59%)
Mutual labels:  nova
nova-url-field
A URL input and link field for Laravel Nova
Stars: ✭ 96 (+159.46%)
Mutual labels:  nova
nova-ohdear-tool
A Nova tool to display downtime, broken links and mixed content
Stars: ✭ 29 (-21.62%)
Mutual labels:  nova
laravel-nova-nested-form
This package allows you to include your nested relationships' forms into a parent form.
Stars: ✭ 225 (+508.11%)
Mutual labels:  nova
nova-horizon-stats
Nova cards for Laravel applications that use Laravel Horizon
Stars: ✭ 31 (-16.22%)
Mutual labels:  nova
nova-filterable-cards
Add custom filters to your Nova metric cards
Stars: ✭ 57 (+54.05%)
Mutual labels:  nova
nova-mailman
Conveniently route all emails to a local mailbox.
Stars: ✭ 47 (+27.03%)
Mutual labels:  nova
nova-telescope-link
Smart Link for Laravel Nova to Telescope Debug Assistant.
Stars: ✭ 37 (+0%)
Mutual labels:  nova
nova-tabs
Another Laravel Nova Tabs Package
Stars: ✭ 60 (+62.16%)
Mutual labels:  nova
COA
Openstack Foundation Openstack Certified Administrator exam Preparation
Stars: ✭ 41 (+10.81%)
Mutual labels:  nova
laravel-nova-visual-composer
Visual Composer for Laravel Nova
Stars: ✭ 15 (-59.46%)
Mutual labels:  nova
nova-help
A custom help/title field for Laravel Nova
Stars: ✭ 51 (+37.84%)
Mutual labels:  nova
nova-horizon-link
Smart Link for Laravel Nova to Horizon Dashboard.
Stars: ✭ 24 (-35.14%)
Mutual labels:  nova

Maintenance Mode in Nova

Latest Version on Packagist Build Status Quality Score Total Downloads

This package allows you to manage the Maintenance Mode for your application in Nova

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require davidpiesse/nova-maintenance-mode

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
    return [
        // ...
        new \Davidpiesse\NovaMaintenanceMode\Tool(),
    ];
}

Usage

Click on the "Maintenance Mode" menu item in your Nova app to see the tool provided by this package.

Maintenance Mode Screenshot

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].