Laravel
Setup guide for install and configure 1Pilot client on Laravel
Install Laravel Client package
composer require 1pilotapp/laravel-client
Publish configuration
php artisan vendor:publish --provider="OnePilot\Client\ClientServiceProvider"
Add following line to your
.env
fileONEPILOT_PRIVATE_KEY="A RANDOMLY GENERATED STRING"
If your server is not at time you can have issue to connect your application to 1Pilot.
For solve that set
skip_time_stamp_validation
parameter to true in config/onepilot.php
Please note that this option will decrease security and that you should as much as possible set your server at the correct time.
Last modified 4yr ago