
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
github.com/LaraPalCom/laravel-sitemap
Laravelium Sitemap generator for Laravel.
Run the following command and provide the latest stable version (e.g v7.0.*) :
composer require laravelium/sitemap
or add the following to your composer.json
file :
"laravelium/sitemap": "7.0.*"
(development branch)
"laravelium/sitemap": "7.0.x-dev"
"laravelium/sitemap": "6.0.*"
(development branch)
"laravelium/sitemap": "6.0.x-dev"
"laravelium/sitemap": "3.1.*"
(development branch)
"laravelium/sitemap": "3.1.x-dev"
"laravelium/sitemap": "3.0.*"
(development branch)
"laravelium/sitemap": "3.0.x-dev"
"laravelium/sitemap": "2.8.*"
(development branch)
"laravelium/sitemap": "2.8.x-dev"
"laravelium/sitemap": "2.7.*"
(development branch)
"laravelium/sitemap": "2.7.x-dev"
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Laravelium\Sitemap\SitemapServiceProvider"
Note: Composer won't update them after composer update
, you'll need to do it manually!
and more in the Wiki.
Before submiting new merge request or creating new issue, please read contribution guidelines.
This package is open-sourced software licensed under the MIT license.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.