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.
This package requires:
- PHP 7.4 or 8
Some features may have additional requirements. These will be listed in the according section of the documentation.
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"
If the package requires any configuration, this is where to document it. If it doesn't, remove this section.