Steps for migrating a Laravel application and MySQL database from Laragon to Herd. Shows steps for installing an independent MySQL service to use with Herd. Uses HeidiSQL to import and export the databases. Covers details for accessing php and composer command line commands.
Addresses "ambiguous class resolutions" warning when running composer update.
NOTES: https://codewithsusan.com/notes/migra...
=== RELATED VIDEOS ===
• Laravel Herd just released for Window...
Follow-up video: "Herd - PHP and Composer command line access" COMING SOON
=== CHAPTERS ===
00:00 Introduction
00:55 Export database from Laragon’s MySQL
04:36 Set up MySQL service
08:58 Manage MySQL via Services
09:43 Import database
11:40 Herd setup
13:56 Move application folder
16:19 Herd detect site, load in browser
17:08 Configure application for new MySQL service
18:27 Command line tools - php artisan migrate and seed
20:28 composer update; rebuild vendor directory
22:14 Other command line programs (Coder, Git Bash)