dev-master
9999999-dev http://github.com/cwplus/cwplus-infosTo add cwplus infos in head tag app, just after <title>**</title>
MIT
The Requires
- php >=7.0.0
- illuminate/support ~5.5
To add cwplus infos in head tag app, just after <title>**</title>
To add web agency info in html head block , just after page , (*1)
Add to your composer.json
:, (*2)
"require": { "cwplus/cwplus-infos": "dev-master" }
Now tell composer to download cwplus-infos by running the command:, (*3)
$ php composer.phar update
Next, publish the config file with the following artisan command., (*4)
$ php artisan vendor:publish --provider="Cwplus\CwplusInfos\CwplusInfosServiceProvider" --tag="config"
Cwplus Infos module is developed with laravel 5.6 by Cwplus agency, (*5)
To add cwplus infos in head tag app, just after <title>**</title>
MIT