bootstrap.php 268 Bytes
Newer Older
Juliper committed
1 2 3 4 5 6 7 8 9 10 11 12
<?php

/**
 * Simple-SMS
 * Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages.
 *
 * @link http://www.simplesoftware.io
 * @author SimpleSoftware support@simplesoftware.io
 *
 */

require_once __DIR__ . '/../vendor/autoload.php';