Skip to content

🎨 Our opinionated assets (CSS/JS) for Laravel Nova 4 improvements

Notifications You must be signed in to change notification settings

The-3Labs-Team/nova-custom-panel-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova Custom Panel Assets

Our assets (CSS/JS) for Laravel Nova 4 improvements

Parsers

  • csso for CSS
  • terser for JS // todo

How to use

In NovaServiceProvider:

public function boot()
{
    // ...
    Nova::style('nova-custom-panel-assets', 'https://cdn.jsdelivr.net/gh/The-3Labs-Team/nova-custom-panel-assets@1/dist/css/main.css');
    Nova::script('nova-custom-panel-assets', 'https://cdn.jsdelivr.net/gh/The-3Labs-Team/nova-custom-panel-assets@1/dist/js/main.js');
}