Coder Social home page Coder Social logo

laravel-sitemap's Introduction

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.

laravel-sitemap's People

Contributors

klimov-paul avatar casinelli avatar kiaking avatar fjborquez avatar atthakorn avatar tryvin avatar jaric avatar sarokse avatar carawang avatar barryvdh avatar mauserrifle avatar anahkiasen avatar manc avatar escapeboy avatar hackel avatar sebdesign avatar dontbug avatar eliseoeric avatar graystevens avatar huangdijia avatar maciekfreak avatar mnking avatar seltix5 avatar marvinschroeder avatar mwsanders0 avatar marcorivm avatar malikinsergey avatar jbrooksuk avatar hpakdaman avatar davidpanyella avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.