PHP code example of qntm / laravel-materialize-sass

1. Go to this page and download the library: Download qntm/laravel-materialize-sass 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/ */

    

qntm / laravel-materialize-sass example snippets


    Qntm\LaravelMaterializeSass\MaterializeSassServiceProvider::class,

	'MaterializeSass' => Qntm\LaravelMaterializeSass\MaterializeSassBuilder::class,

    ...
    {!! MaterializeSass::

    "php artisan vendor:publish --tag=materializesass --force"

    "post-update-cmd": [
        "php artisan optimize",
        "php artisan vendor:publish --tag=materializesass --force"
    ],