在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:spatie/laravel-menu开源软件地址:https://github.com/spatie/laravel-menu开源编程语言:PHP 99.7%开源软件介绍:Html Menu Generator for LaravelThis is the Laravel version of our menu package adds some extras like convenience methods for generating URLs and macros. Documentation is available at https://spatie.be/docs/menu. Upgrading from version 1? There's a guide for that! Menu::macro('main', function () {
return Menu::new()
->action('HomeController@index', 'Home')
->action('AboutController@index', 'About')
->action('ContactController@index', 'Contact')
->setActiveFromRequest();
}); <nav class="navigation">
{!! Menu::main() !!}
</nav> Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website. 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 spatie/laravel-menu UsageDocumentation is available at https://spatie.be/docs/menu. ChangelogPlease see CHANGELOG for more information what has changed recently. Testing$ phpunit ContributingPlease see CONTRIBUTING for details. SecurityIf you've found a bug regarding security please mail [email protected] instead of using the issue tracker. 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
请发表评论