cowaboo / api
There is no license information available for the latest version (1.0.4) of this package.
CoWaBoo's protocol API
1.0.4
2017-02-24 17:59 UTC
Requires
- cowaboo/models: 1.*
This package is not auto-updated.
Last update: 2024-11-04 16:50:17 UTC
README
** For the installation **
- D'abord on l'ajoute à son composer
composer require cowaboo/api
- ensuite on met à jour son autoload
composer dumpautoload
- pour finir on publish les assets
php artisan vendor:publish --provider="Cowaboo\Api\ApiServiceProvider" --tag=assets
- si on veut publier les vues:
php artisan vendor:publish --provider="Cowaboo\Api\ApiServiceProvider" --tag=views