To add web agency info in html head block , just after page <title>. This module is developed with laravel 5.6
-
Add to your
composer.json
:"require": { "cwplus/cwplus-infos": "dev-master" }
-
Now tell composer to download cwplus-infos by running the command:
$ php composer.phar update
-
Next, publish the config file with the following artisan command.
$ php artisan vendor:publish --provider="Cwplus\CwplusInfos\CwplusInfosServiceProvider" --tag="config"
Cwplus Infos module is developed with laravel 5.6 by Cwplus agency