mellaoui / excerpt
A simple package to create an excerpt out of Long text
dev-main
2023-10-06 00:57 UTC
Requires
- league/commonmark: ^2.4
Requires (Dev)
- laravel/pint: ^1.13
- pestphp/pest: ^2.19
This package is auto-updated.
Last update: 2024-11-06 03:18:56 UTC
README
A simple package to generate an excerpt from a given text, this package is for learning purposes
Badges
Documentation
In order to start working ton the porject check the requirements 👇
php 8.1
composer 2.3
Installation
First clone the repo
git clone https://github.com/Mellaoui/excerpt.git
Install composer dependencies
cd excerpt
composer install
Contributing
Contributions are always welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
Process
- Fork the project.
- Create a new branch.
- Code, test, commit and push.
- Open a pull request detailing your changes.