Microsoft Learn TV Learn how to build solutions and use Microsoft products from the experts that built them! Learn TV is the place to find
Month: May 2020
Move domain-account from one server to other , using VestaCP
First create a backup, use your username, here we use “admin” /usr/local/vesta/bin/v-backup-user admin copy the backup file to the new server under the folder backup
VestaCP move domains from one owner to other
Simple command to move domains between accounts, get into SSH of your server: user@xxx.xx.xx sudo su root@xxx.xx.xx.xxx /usr/local/vesta/bin/v-change-domain-owner domain new_owner root@xxx.xx.xx.xxx /usr/local/vesta/bin/v-change-database-owner database owser after
Simple Migration – Laravel
Try this simple Laravel migration and avoid using Mysql and others php artisan make:migration create_tasks_table –create=tasks php artisan make:model Task
Composer Laravel related commands
composer create-project laravel/laravel folder_name composer install composer update composer dump-autoload [–optimize] composer self-update
Laravel Artisan most used commands
make:channel Create a new channel class make:command Create a new Artisan command make:controller Create a new controller class make:event Create a new event class make:exception