song / packagetest
There is no license information available for the latest version (dev-master) of this package.
dev-master
2020-04-10 04:02 UTC
This package is auto-updated.
Last update: 2025-07-10 16:01:47 UTC
README
Just a test for laravel package development
用于 laravel 扩展包的开发学习
Installation
$ composer require song/packagetest:dev-master
Publishing resources
php artisan vendor:publish --provider="Song\Packagetest\PackagetestServiceProvider"
example of case
return view('Packagetest::packagetest',['msg'=>Packagetest::test_rtn('Test')]);
Documentation
License
this repo is released under the WTFPL – Do What the Fuck You Want to Public License.