PHP code example of pimoudeveldhuis / nova-tooltip

1. Go to this page and download the library: Download pimoudeveldhuis/nova-tooltip 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/ */

    

pimoudeveldhuis / nova-tooltip example snippets


	Text::make(__('Domain'), 'domain')  
		 ->tooltip(__('Domain For Company <br /> <small class="text-primary-500">ex: https://badinanshipping.com</small>'))

	MenuItem::resource(ArrivedToTurkishOfficeOrder::class)  
			 ->tooltip(__('Arrived Orders <br> <small>That mean the orders that <br> arrived to <b>turkish office</b></small>'))  
			 ->name(__('AO')),