An open API service indexing awesome lists of open source software.

https://github.com/nexamerchant/amp

Amp Packages
https://github.com/nexamerchant/amp

Last synced: 8 months ago
JSON representation

Amp Packages

Awesome Lists containing this project

README

          

# NexaMerchant/Amp

[![Build Status](https://github.com/NexaMerchant/Amp/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/Amp)
[![Release](https://img.shields.io/github/release/NexaMerchant/Amp.svg?style=flat-square)](https://github.com/NexaMerchant/Amp/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/Amp.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/Amp)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/Amp.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/Amp)

Amp is a Laravel package that provides a simple way to create AMP pages.

# How to Install

```
composer require nexa-merchant/amp
```

# How to Uninstall

```
composer remove nexa-merchant/amp
```

# How to Update

```
composer update nexa-merchant/amp
```

# How to Publish

```
php artisan vendor:publish --provider="NexaMerchant\Amp\Providers\AmpServiceProvider"
```

# How to Support

If you need support, please contact us at nice.lizhi@gmail.com or open an issue on GitHub.

# How to Contribute

If you want to contribute to this package, please open a pull request on GitHub.

# How to Report a Bug

If you find a bug, please open an issue on GitHub.

# How to Request a Feature

If you have an idea for a new feature, please open an issue on GitHub.