lopatin96/laravel-scroll-to-top

Laravel scroll to top

Installs: 3 290

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

1.0.1 2024-03-26 09:53 UTC

This package is auto-updated.

Last update: 2024-04-26 10:00:25 UTC


README

View

Add import to resources/js/app.js:

import '../../vendor/lopatin96/laravel-scroll-to-top/resources/js/scroll-to-top';

and include view:

@include('laravel-scroll-to-top::scroll-to-top.index')

Publishing

Views

php artisan vendor:publish --tag="laravel-scroll-to-top-views"