# testpackage **Repository Path**: neo163/testpackage ## Basic Information - **Project Name**: testpackage - **Description**: 本项目主要用作Laravel的测试扩展包,简单了解Laravel扩展包的基本构成部分。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-17 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 本项目主要用作Laravel的测试扩展包,简单了解Laravel扩展包的基本构成部分。
想了解更多,可以访问创意源:[https://creative.chat](https://creative.chat) ## Composer安装 ```shell composer require neo163/testpackage ``` ## 测试 去到项目根目录,启动项目 ```shell php artisan serve ``` 开启路由 ``` http://127.0.0.1:8000/admin/hello ``` ``` http://127.0.0.1:8000/admin/test?title=test1 ``` ## 协议 协议 [MIT license](https://opensource.org/licenses/MIT).