Download the PHP package sebacarrasco93/laravel-simple-sitemap without Composer
On this page you can find all versions of the php package sebacarrasco93/laravel-simple-sitemap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sebacarrasco93/laravel-simple-sitemap
More information about sebacarrasco93/laravel-simple-sitemap
Files in sebacarrasco93/laravel-simple-sitemap
Package laravel-simple-sitemap
Short Description Laravel Simple Sitemap
License MIT
Homepage https://github.com/sebacarrasco93/laravel-simple-sitemap
Informations about the package laravel-simple-sitemap
Laravel Simple Sitemap
A very simple package: Create sitemaps "on the fly"
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Create a sitemap for Eloquent Collections
Let's assume that you want to make a sitemap of all the categories, you can do that in only 3 steps!
Now, you can use it
Can I short the syntax? Of course!
Advanced usage
A sitemap for only active categories? Sure!
A sitemap for active, and only 10 last categories? It's Eloquent and Laravel!
Easy Peasy!
Optionally, you can create a index sitemap with your sitemap collections
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Seba Carrasco Poblete
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-simple-sitemap with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0