Creating you first Vue 3 component alongside Inertia.js
Creating the controller
Creating the controller is straight forward task, we will use for that Laravel's artisan command :
php artisan make:controller FirstController -i
This command will create a new file named : FirstController.php in the following...
bendz.hashnode.dev1 min read