Skip to content

idecardo/nova-telescope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Nova Telescope

Conveniently link Laravel Telescope to your Laravel Nova projects.

Preview

Installation

You may use Composer to install the package into your Laravel Nova project:

composer require idecardo/nova-telescope

Register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// app/Providers/NovaServiceProvder.php

// ...
public function tools()
{
    return [
        // ...
        new \Idecardo\NovaTelescope\NovaTelescope,
    ];
}

Configuration

If you want to modify the configurations, you must publish the configuration file:

php artisan vendor:publish --provider="Idecardo\NovaTelescope\ToolServiceProvider"

After publishing the configuration file, it will be located at config/nova-telescope.php. Each configuration option includes a description of its purpose, so be sure to thoroughly explore this file.

License

The package is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published