gulgulia17/goback

This package provides you with a simple goback button to use on your blade files. It will let you focus on the development and will handle the back button functionality.

0.0.4 2022-02-18 08:34 UTC

This package is auto-updated.

Last update: 2024-09-18 14:10:34 UTC


README

Packagist License For PHP Scrutinizer Code Quality Github Issues Github Stars Github Forks Packagist Packagist Release Packagist Downloads

This package provides you with a simple goback button to use on your blade files. It will let you focus on the development and will handle the back button functionality.

Documentation

All documentation is available on the Wiki Pages, we encourage you to read it. If you are new start with the Installation Guide.

Requirements

The current package requirements are:

  • Laravel >= 6.x
  • PHP >= 7.2
  • Route named Home

In case you using the default button:

  • BootStrap > 4.x
  • FontAwesome > 5

Issues, Questions and Pull Requests

You can report issues or ask questions in the issues section. Please, start your issue with [BUG] and your question with [QUESTION] in the subject.

If you have a question, it is recommended to search and check the closed issues first.

To submit a Pull Request, please fork this repository, create a new branch and commit your new/updated code in there. Then open a Pull Request from your new branch. Refer to the contribution guidelines for detailed instructions. When submitting a Pull Request take the next notes into consideration:

  • Check that the Pull Request don't introduce a high downgrade on the code quality.
  • If the Pull Request introduce new features, consider adding the related documentation of this feature on the Wiki documentation.
  • Keep the package focused, don't add special support to other packages or to very particular situations. These changes will make the package more hard to maintain.

License

The MIT Public License. Please see LICENSE for more information.