Skip to content

Files

Latest commit

42c0f2e · Dec 16, 2020

History

History
38 lines (25 loc) · 1.28 KB

getting-started.md

File metadata and controls

38 lines (25 loc) · 1.28 KB

Getting started

This section will guide you through all necessary and optional installation and configuration steps.

💡 Found an issue or is this section missing anything? Feel free to open a PR or issue.

⚒️ Requirements

This package requires:

Some features may have additional requirements. These will be listed in the according section of the documentation.

🧙 Installation

You can install this package using Composer by running the following command:

composer require craftzing/:package_name

We're using Laravel's package discovery to automatically register the service provider, so you don't have to register it yourself.

You can publish the package config file by running the command below, but it's not mandatory:

php artisan vendor:publish --provider="Craftzing\Laravel\:package_namespace\ServiceProvider" --tag="config"

⚙️ Configuration

If the package requires any configuration, this is where to document it. If it doesn't, remove this section.


Usage ⏩