# Laravel 唯一 Id 生成器 **Repository Path**: abrahamgreyson/unique-id-for-laravel ## Basic Information - **Project Name**: Laravel 唯一 Id 生成器 - **Description**: Laravel 的唯一 Id 生成器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-11 - **Last Updated**: 2023-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WIP , not production ready, do not use. [![Latest Version on Packagist](https://img.shields.io/packagist/v/abe/string-key-for-laravel.svg?style=flat-square)](https://packagist.org/packages/abe/string-key-for-laravel) [![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/abe/string-key-for-laravel/run-tests?label=tests)](https://github.com/abe/string-key-for-laravel/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/abe/string-key-for-laravel/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/abe/string-key-for-laravel/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/abe/string-key-for-laravel.svg?style=flat-square)](https://packagist.org/packages/abe/string-key-for-laravel) This is where your description should go. Limit it to a paragraph or two. Consider adding a small example. ## Installation You can install the package via composer: ```bash composer require abe/string-key-for-laravel ``` You can publish and run the migrations with: ```bash php artisan vendor:publish --tag="string-key-for-laravel-migrations" php artisan migrate ``` You can publish the config file with: ```bash php artisan vendor:publish --tag="string-key-for-laravel-config" ``` This is the contents of the published config file: ```php return [ ]; ``` Optionally, you can publish the views using ```bash php artisan vendor:publish --tag="string-key-for-laravel-views" ``` ## Usage ```php $stringKeyForLaravel = new StringKeyForLaravel\UniqueIdForLaravel(); echo $stringKeyForLaravel->echoPhrase('Hello, StringKeyForLaravel!'); ``` ## Testing ```bash composer test ``` ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Contributing Please see [CONTRIBUTING](https://github.com/abrahamgreyson/.github/blob/main/CONTRIBUTING.md) for details. ## Security Vulnerabilities Please review [our security policy](../../security/policy) on how to report security vulnerabilities. ## Credits - [abraham greyson](https://github.com/abrahamgreyson) - [All Contributors](../../contributors) ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.