PHP code example of thotam / thotam-admin

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

    

thotam / thotam-admin example snippets


composer create-project thotam/thotam-admin thotam

cd thotam

npm install

Remove comments of "Yajra\DataTables\DataTablesServiceProvider::class" in "config\app.php"
Remove comments of "Queueworker\SansDaemon\SansDaemonServiceProvider" in "config\app.php"

npm run dev

php artisan queue:table

php artisan vendor:publish --tag=datatables-buttons

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME="${APP_NAME}"

php artisan serve