Results 5 issues of Justin Byrne

Completed the challenge, but also recorded how I did it - https://youtu.be/heIVFOTNzuE ### Fixed * routes * controller

This pull request includes changes for migrating from Laravel Mix to Vite outlined in [Migration Guide](https://github.com/laravel/vite-plugin/blob/main/UPGRADE.md#migrating-from-laravel-mix-to-vite) and automated by the [Vite Converter](https://laravelshift.com/convert-laravel-mix-to-vite). **Before merging**, you need to: - Checkout the...

- Removed unused migration publish command line. - Changed instances of `env()` to use `config()` as this is better for production. - Changed the `routeNotificationFor` to be specific for `Telnyx`.