PHP code example of theorythree / navprompt
1. Go to this page and download the library: Download theorythree/navprompt 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/ */
theorythree / navprompt example snippets
php
'providers' => [
/*
* Application Service Providers...
*/
TheoryThree\NavPrompt\NavPromptServiceProvider::class,
];
php
'aliases' => [
/*
* Aliases
*/
'Nav' => TheoryThree\NavPrompt\NavPromptFacade::class,
];
php
return [
'active_class' => 'is-active', // change to 'active' for Bootstrap
];