PHP code example of lemurengine / lemurbot
1. Go to this page and download the library: Download lemurengine/lemurbot 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/ */
lemurengine / lemurbot example snippets
php artisan vendor:publish --tag=lemurbot-template --force
php artisan vendor:publish --tag=lemurbot-auth --force
php artisan vendor:publish --tag=lemurbot-assets
php artisan vendor:publish --tag=lemurbot-widgets
php artisan vendor:publish --tag=lemurbot-config
php artisan vendor:publish --tag=datatables
php artisan vendor:publish --tag=datatables-buttons
php artisan vendor:publish --tag=datatables-html
php artisan vendor:publish --tag=datatables-fractal
php artisan vendor:publish --tag=lemurbot-examples
php artisan vendor:publish --tag=lemurbot-migrations
php artisan migrate
php artisan storage:link
php artisan lemur:install-all [email protected] --bot=mybot --data=max
composer
php artisan vendor:publish --tag=datatables
php artisan vendor:publish --tag=datatables-buttons
php artisan vendor:publish --tag=datatables-html
php artisan vendor:publish --tag=datatables-fractal
php artisan migrate
php artisan storage:link
php artisan lemur:install-all --admin=[admin_email] --bot=[bot_name] --data=[none|min|max]
php artisan lemur:install-all [email protected] --bot=mybot --data=max
php artisan serve
php artisan lemur:upgrade 9.0.0
php artisan lemur:install-admin --admin=[admin_email]
php
php artisan vendor:publish --tag=lemurbot-template --force
php
php artisan vendor:publish --tag=lemurbot-auth --force
php
php artisan vendor:publish --tag=lemurbot-assets
php
php artisan vendor:publish --tag=lemurbot-widgets
php
php artisan vendor:publish --tag=lemurbot-config
php
php artisan vendor:publish --tag=lemurbot-examples
php
php artisan vendor:publish --tag=lemurbot-migrations