/sample-sms-tool---laravel

sample sms tool - laravel

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

SMS tool built using Laravel - for africastalking sms api

to install:

  • install mysql or preferred db supported by laravel and configure the .env file with correct configurations.
  • run migrations to create db tables.
  • run db seed to load basic info on the db.
  • make sure you have a username and key from africastalking.com.
  • change file permission for storage and bootstrap folders ,as writable.
  • configure your web server for php (7.1 and above).
  • run your website on the browser.
  • enter username and password as admin@test.com and admin respectively

License

The Laravel framework is open-sourced software licensed under the MIT license.