1. Go to this page and download the library: Download netcore/module-user 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/ */
netcore / module-user example snippets
'export_options' => [
// Users only
[
'title' => 'Users only',
// Filters that can be appied to exportable data
'filters' => [
[
'name' => 'Register date from:', // Filter name
'key' => 'created_at_from', // Filter key (for html input - must be unique)
'type' => 'date', // Field type
'field' => 'created_at', // Column name in database
'operator' => '>=', // SQL select operator
'=> '=',
' 'name' => 'Of type:',
'key' => 'of_type',
'type' => 'select',
'field' => 'type',
'operator' => '=',
' 'operator' => '<=',
'
php artisan module:publish-config User
php artisan module:publish User
php artisan module:publish-migration User
php artisan migrate
php artisan module:seed User
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.