PHP code example of nativeblade / ui-mobile

1. Go to this page and download the library: Download nativeblade/ui-mobile 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/ */

    

nativeblade / ui-mobile example snippets


return [
    'theme' => 'ios',
    'force' => false,
    'colors' => [
        'ios'      => ['primary' => 'blue-500',   'primary_text' => 'white'],
        'material' => ['primary' => 'indigo-600', 'primary_text' => 'white'],
    ],
];
css
@source '../../vendor/nativeblade/ui-mobile/resources/views/**/*.blade.php';
bash
php artisan vendor:publish --tag=nb-ui-mobile-config
bash
php artisan vendor:publish --tag=nb-ui-mobile-views