PHP code example of rajtechnologies / laravel-tools

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

    

rajtechnologies / laravel-tools example snippets


RajTechnologies\Tools\ToolServiceProvider::class,

    <!-- PWA  -->
    <meta name="theme-color" content="#6777ef"/>
    <link rel="apple-touch-icon" href="{{ asset('logo.PNG') }}">
    <link rel="manifest" href="{{ asset('/manifest.json') }}">
bash
    'LaravelPwa' => \RajTechnologies\Tools\LaravelPwa::class,