All Projects → Laravelium → Laravel Sitemap

Laravelium / Laravel Sitemap

Licence: other
Laravelium Sitemap generator for Laravel.

Projects that are alternatives of or similar to Laravel Sitemap

Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (-53.29%)
Mutual labels:  laravel, composer
Easyhttp
A Laravel HTTP-client to make HTTP request easier and log requests and responses
Stars: ✭ 20 (-98.38%)
Mutual labels:  laravel, composer
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (-45.49%)
Mutual labels:  laravel, composer
Laravel Kit
A desktop Laravel admin panel app
Stars: ✭ 440 (-64.26%)
Mutual labels:  laravel, composer
Datagrid
Datagrid for Laravel v5
Stars: ✭ 44 (-96.43%)
Mutual labels:  laravel, composer
Laravel React
Laravel 8 and React 17 boilerplate
Stars: ✭ 472 (-61.66%)
Mutual labels:  laravel, composer
Aliyun Sts
基于阿里云openapi系列接口中STS最新版本的SDK进行封装的composer package,解耦其他产品SDK,各个产品SDK功能使用组件化加载,减少代码臃肿。
Stars: ✭ 19 (-98.46%)
Mutual labels:  laravel, composer
Pusher Http Laravel
[DEPRECATED] A Pusher Channels bridge for Laravel
Stars: ✭ 410 (-66.69%)
Mutual labels:  laravel, composer
Lara Eye
Filter your Query\Builder using a structured query language
Stars: ✭ 39 (-96.83%)
Mutual labels:  laravel, composer
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (-97.16%)
Mutual labels:  laravel, composer
Performance
⏱ PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
Stars: ✭ 429 (-65.15%)
Mutual labels:  laravel, composer
Laravel Restify
The fastest way to make a powerful JSON:API compatible Rest API with Laravel.
Stars: ✭ 62 (-94.96%)
Mutual labels:  laravel, composer
Laravel Server Monitor
Server Monitoring Command for Laravel Applications
Stars: ✭ 424 (-65.56%)
Mutual labels:  laravel, composer
Ip Location Zh
获取 IP 地址的真实地理位置
Stars: ✭ 556 (-54.83%)
Mutual labels:  laravel, composer
Docker Laravel
🐳 Build a simple laravel development environment with docker-compose.
Stars: ✭ 415 (-66.29%)
Mutual labels:  laravel, composer
Package Skeleton
📦 My base for PHP packages.
Stars: ✭ 6 (-99.51%)
Mutual labels:  laravel, composer
Coastercms
The repository for Coaster CMS (coastercms.org), a full featured, Laravel based Content Management System
Stars: ✭ 380 (-69.13%)
Mutual labels:  laravel, composer
Laravel Wallet
Easy work with virtual wallet
Stars: ✭ 401 (-67.42%)
Mutual labels:  laravel, composer
Nem Php
NEM Blockchain NIS API Wrapper and Software Development Kit for PHP
Stars: ✭ 32 (-97.4%)
Mutual labels:  laravel, composer
Larrock Core
Core components for LarrockCMS
Stars: ✭ 46 (-96.26%)
Mutual labels:  laravel, composer

Laravelium Sitemap package

License PHP tests Maintainability Test Coverage Style Status Latest Stable Version Total Downloads

Laravelium Sitemap generator for Laravel.

Notes

  • Dev Branches are for development and are UNSTABLE (use on your own risk)!

Installation

Run the following command and provide the latest stable version (e.g v8.*) :

composer require laravelium/sitemap

or add the following to your composer.json file :

For Laravel 8

"laravelium/sitemap": "8.*"

(development branch)

"laravelium/sitemap": "8.x-dev"

For Laravel 7

"laravelium/sitemap": "7.*"

(development branch)

"laravelium/sitemap": "7.x-dev"

For Laravel 6

"laravelium/sitemap": "6.*"

(development branch)

"laravelium/sitemap": "6.x-dev"

For Laravel 5.8

"laravelium/sitemap": "3.1.*"

(development branch)

"laravelium/sitemap": "3.1.x-dev"

For Laravel 5.7

"laravelium/sitemap": "3.0.*"

(development branch)

"laravelium/sitemap": "3.0.x-dev"

For Laravel 5.6

"laravelium/sitemap": "2.8.*"

(development branch)

"laravelium/sitemap": "2.8.x-dev"

For Laravel 5.5

"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!

Examples

and more in the Wiki.

Contribution guidelines

Before submiting new merge request or creating new issue, please read contribution guidelines.

License

This package is open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].