This plugin provides set of helpers functions, services and traits.
- Run
composer require ronasit/laravel-helpers - For Laravel <= 5.5 add
RonasIT\Support\HelpersServiceProvider::classto configapp.providerslist
The package is forcing the HTTPS scheme for your app. Generally, it affects the URL generation logic.
This allows to use many web-related packages like Telescope, Nova, etc.
Versioning is a mechanism to keep your API applications in a workable state for both new and legacy client applications. Versioning is a critical feature for applications with mobile clients, as developers cannot control the client application version and cannot guarantee that the newly released version is already available to download in all regions in stores.
Follow the versioning documentation to implement versioning in your Laravel app using this package.