This plugin provides set of helpers functions, services and traits.
- Run
composer require ronasit/laravel-helpers
- For Laravel <= 5.5 add
RonasIT\Support\HelpersServiceProvider::class
to configapp.providers
list
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.