tzsk / sms

Laravel SMS Gateway Integration Package
MIT License
287 stars 79 forks source link

No sms.php after php artisan vendor:publish #6

Closed SapneshNaik closed 7 years ago

SapneshNaik commented 7 years ago

I required the package via composer, added the class to providers array and alias as stated in instructions. after that when I did php artisan vendor:publish I get no sms.php in my config folder.

Context

I am running a laravel 5.4 project

tzsk commented 7 years ago

Firstly, Is there any errors throwing in the console?

Secondly, run: php artisan vendor:publish --tag=config

If that doesn't work out. Copy the config file into your config folder.

vendor/tzsk/sms/src/Config/sms.php => config/sms.php

SapneshNaik commented 7 years ago

No errors in console. I finally had to manually copy the config file from vendor directory.