在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):spatie/package-skeleton-laravel开源软件地址(OpenSource Url):https://github.com/spatie/package-skeleton-laravel开源编程语言(OpenSource Language):PHP 100.0%开源软件介绍(OpenSource Introduction)::package_descriptionThis repo can be used to scaffold a Laravel package. Follow these steps to get started:
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example. Support usWe invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products. We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall. InstallationYou can install the package via composer: composer require :vendor_slug/:package_slug You can publish and run the migrations with: php artisan vendor:publish --tag=":package_slug-migrations"
php artisan migrate You can publish the config file with: php artisan vendor:publish --tag=":package_slug-config" This is the contents of the published config file: return [
]; Optionally, you can publish the views using php artisan vendor:publish --tag=":package_slug-views" Usage$variable = new VendorName\Skeleton();
echo $variable->echoPhrase('Hello, VendorName!'); Testingcomposer test ChangelogPlease see CHANGELOG for more information on what has changed recently. ContributingPlease see CONTRIBUTING for details. Security VulnerabilitiesPlease review our security policy on how to report security vulnerabilities. CreditsLicenseThe MIT License (MIT). Please see License File for more information. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论