Creating Laravel form requests

Creating and using Laravel form requests to create cleaner code, separation and reusability for your requests. This is achieved by making use of the artisan command make:request php artisan make:request…