PHP code example of jubeki / laravel-alpine-animations

1. Go to this page and download the library: Download jubeki/laravel-alpine-animations library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jubeki / laravel-alpine-animations example snippets


// existing providers...
Jubeki\AlpineAnimations\AlpineAnimationsServiceProvider::class,
js
module.exports = {
    content: [
        "./vendor/jubeki/laravel-alpine-animations/resources/**/*.blade.php"
    ],
    theme: {
        extend: {},
    },
    plugins: [],
}