Standalone Installation
Installation
composer require joelbutcher/socialstream// Config
php artisan vendor:publish --tag=socialstream-config
// Migrations
php artisan vendor:publish --tag=socialstream-migrationsphp artisan migrate/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./vendor/joelbutcher/socialstream/resources/**/*.blade.php',
...
],
...
}Last updated