Update guide 4.2 to 4.3

What’s new

Some tips

List files are changed.

app/artvenue/Repository/Eloquent/ImagesRepository.php
app/artvenue/Validator/UserValidator.php
app/config/packages/anhskohbo/no-captcha/.gitkeep // file and folder added
app/config/packages/anhskohbo/no-captcha/config.php // file and folder added
app/config/packages/greggilbert/recaptcha/.gitkeep // file removed
app/config/packages/greggilbert/recaptcha/config.php // file removed
app/controllers/ImageController.php
app/controllers/TagsController.php
app/controllers/UploadController.php
app/models/Report.php
app/views/gallery/index.blade.php
app/views/image/comment.blade.php
app/views/login/index.blade.php
app/views/password/remind.blade.php
app/views/password/reset.blade.php
app/views/policy/about.blade.php
app/views/policy/faq.blade.php
app/views/policy/privacy.blade.php
app/views/registration/facebook.blade.php
app/views/registration/google.blade.php
app/views/registration/index.blade.php
app/views/report/index.blade.php
app/views/user/favorites.blade.php
app/views/user/rightsidebar.blade.php
public/static/js/custom.js
public/uploads/.gitignore
public/uploads/adult.jpeg // file added

How to update.

Before update make sure to create backup of both your files and database

'Greggilbert\Recaptcha\RecaptchaServiceProvider',
'Anhskohbo\NoCaptcha\NoCaptchaServiceProvider',

Abhimanyu Sharma @abhimanyu003