diff --git a/README.md b/README.md index 548c2be..d1cd0e4 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,15 @@ -# A wrapper around python's packages for interacting with Azure services for Laravel +# A wrapper around python's packages for interacting with Azure services within Laravel [![Latest Version on Packagist](https://img.shields.io/packagist/v/drlopes/laravel-azure.svg?style=flat-square)](https://packagist.org/packages/drlopes/laravel-azure) [![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/drlopes/laravel-azure/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/drlopes/laravel-azure/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/drlopes/laravel-azure/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/drlopes/laravel-azure/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/drlopes/laravel-azure.svg?style=flat-square)](https://packagist.org/packages/drlopes/laravel-azure) -This is where your description should go. Limit it to a paragraph or two. Consider adding a small example. +Microsoft no longer supports the Azure SDK for PHP. This package leverages Python's packages to work with Azure services and provides a set of convenient PHP classes to interact with them from within Laravel. -## Support us +## Requirements -[](https://spatie.be/github-ad-click/laravel-azure) - -We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us). - -We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards). +- Python 3.6 or higher. You can download it [here](https://www.python.org/downloads/). ## Installation @@ -23,13 +19,6 @@ You can install the package via composer: composer require drlopes/laravel-azure ``` -You can publish and run the migrations with: - -```bash -php artisan vendor:publish --tag="laravel-azure-migrations" -php artisan migrate -``` - You can publish the config file with: ```bash @@ -43,12 +32,6 @@ return [ ]; ``` -Optionally, you can publish the views using - -```bash -php artisan vendor:publish --tag="laravel-azure-views" -``` - ## Usage ```php diff --git a/composer.json b/composer.json index 9d70b80..70bbe2b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "drlopes/laravel-azure", - "description": "A wrapper around python's packages for interacting with Azure services for Laravel", + "description": "A wrapper around python's packages for interacting with Azure services within Laravel", "keywords": [ "Daniel Lopes", "laravel",