I am a software engineer with 4+ years of experience, I'm most skilled about PHP (Laravel) and Vue.js,
but I'm also considering other technologies like Docker , AWS Cloud and technical writings.
I am available for mentoring, code reviews, free lance projects.
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...

Installation server side The first part is dedicated to creating a new Laravel application, while there's many ways to do it, we will use the most common two ways, other wise you can see the full documentation for more informations. Installing Larav...
