Skip to content

alhoqbani/laravel-smsa-webservice-example

Repository files navigation

laravel-smsa-webservice-example

This is an example app built with Laravel to demonstrate the usage of SMSA WebSerivce library

Live demo:

This application is hosted on heroku, and you can view a live demo at http://laravel-smsa-webservice.herokuapp.com/

Install:

Make sure you have php and composer installed on your machine

git clone https://github.com/alhoqbani/laravel-smsa-webservice-example.git
cd laravel-smsa-webservice-example
cp .env.example .env

# Edit .env file:
## with your SMSAWebservice passKey
## Add database confugration
# You need google maps javascript api key, to run the map.

composer install
php artisan migrate --seed
php artisan serve

User details for login:

Using docker:

git clone https://github.com/alhoqbani/laravel-smsa-webservice-example.git
cd laravel-smsa-webservice-example
cp .env.example .env

# Edit .env file:
## with your SMSAWebservice passKey
# You need google maps javascript api key, to run the map.

./vessel start
./vessel art migrate --seed

Form more information on vessel check https://vessel.shippingdocker.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages