Package Data | |
---|---|
Maintainer Username: | WateringCart |
Maintainer Contact: | wateringcart@outlook.com (Wateringcart) |
Package Create Date: | 2017-05-20 |
Package Last Update: | 2017-05-22 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:06:37 |
Package Statistics | |
---|---|
Total Downloads: | 20 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
README.md
composer.json
:"wateringcart/laravel-posts": "dev-master",
composer update
to pull down the code:$ composer up
app/config/app.php
and add the provider, Add the alias:'providers' => [
// ... orther providers ...
Wateringcart\PostsServiceProvider::class,
],
'aliases' => [
// ... orther ServiceProvider aliases ...
'Posts' => Wateringcart\PostsServiceProvider::class,
],
vendor:publish
:$ php artisan vendor:publish --provider="Wateringcart\PostsServiceProvider"