Download the PHP package akki-io/laravel-nova-assets without Composer
On this page you can find all versions of the php package akki-io/laravel-nova-assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download akki-io/laravel-nova-assets
More information about akki-io/laravel-nova-assets
Files in akki-io/laravel-nova-assets
Package laravel-nova-assets
Short Description A simple package for laravel nova to manage all nova related assets.
License MIT
Homepage https://github.com/akki-io/laravel-nova-assets
Informations about the package laravel-nova-assets
Laravel Nova Search
This package provides a console command to convert dynamic JS/CSS to static JS/CSS assets.
Requirements
- laravel-mix v6.0+
- php 7.3+
- laravel nova 3.0+
Installation
You can install the package via composer:
Publish the package files:
This will publish the
- config file
config/laravel-nova-assets.php
and - the webpack file
webpack.mix.nova.js
.
Usage
To create static assets the package provides a simple console command that will do the job for you.
Run
Once the command is executed you will need to update the laravel nova auth layout auth->layout.blade.php
and main layout layout.blade.php
to use the compiled assets.
- Copy the auth layout
vendor/laravel/nova/resources/views/auth/layout.blade.php
toresources/views/vendor/nova/auth/layout.blade.php
- Copy the main layout
vendor/laravel/nova/resources/views/layout.blade.php
toresources/views/vendor/nova/layout.blade.php
Add manifest files above the </head>
tag for both files.
Replace these following section in the newly copied files.
Original Content
New Content
Original Content
New Content
Original Content
New Content
If you are using custom scripts and styles, add the following sections to these files accordingly.
For copyright reason I cannot include those files in this project.
Adding custom CSS and JSS
You can specify you custom CSS/JS in the config file laravel-nova-assets.php
under the styles
and scripts
section.
Running the command on a CI/CD
You will need to create a dummy user if you are using this command to generate assets. Unfortunately, I was not able to find a work around for this.
Using CDN
There are few packages that already provides this feature, some of these are
arubacao/asset-cdn
- https://github.com/arubacao/asset-cdnpubliux/laravelcdn
- https://github.com/publiux/laravelcdn
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
- Akki Khare
- All Contributors
License
The MIT License (MIT). Please see License File for more information.