PHP code example of wyang14 / chatter
1. Go to this page and download the library: Download wyang14/chatter library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
wyang14 / chatter example snippets
php artisan vendor:publish --provider="Wyang14\Chatter\ChatterServiceProvider"
composer dump-autoload
php artisan migrate
php artisan db:seed --class=ChatterTableSeeder
php artisan vendor:publish --tag=chatter_assets --force
php artisan vendor:publish --tag=chatter_config --force
php artisan vendor:publish --tag=chatter_migrations --force
php artisan migrate