Lychee
Lychee copied to clipboard
Tags autocompletion
Hi there! I want to develop tags autocompletion. So when you want to tag photo there is a list with already existed ones.
As I understand it can't be done via plugin. Am I right?
What guidelines I should follow to successfully merge my feature in to the master branch?
The steps are as follow:
- Install and use https://github.com/LycheeOrg/Lychee-laravel
- Read https://github.com/LycheeOrg/Lychee-Laravel/wiki/Readings-about-Laravel
- Read https://github.com/LycheeOrg/Lychee-Laravel/wiki/Coding-style-and-CI
- create a pull request : https://github.com/LycheeOrg/Lychee-laravel/pulls
- fix the complains of the CI
- Enjoy. :)
@ildyria thanks for the clarification!