earmark
earmark copied to clipboard
Laravel package to generate values in a unique and customizable series.
```php $earmark = new Earmark(null, null, null, 20000, null); // Start with 20000 ``` Running `$earmark->get()` returns **ECHO00020000** instead of *20000* as I have set it in the config to...
This is a feature request. Could it be that an option is added to Earmark so that the generated AST (Via `Earmark.Parser.as_ast/2`) could expose the line number at which the...
# Laravel 11 Compatibility - Add Laravel 11 Compatibility