PHP code example of happytodev / filament-social-networks
1. Go to this page and download the library: Download happytodev/filament-social-networks 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/ */
happytodev / filament-social-networks example snippets
return [
];
<x-happytodev-filament-social-networks name="video"/>
bash
php artisan vendor:publish --tag="filament-social-networks-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="filament-social-networks-model-classical"
bash
php artisan vendor:publish --tag="filament-social-networks-assets"
bash
php artisan vendor:publish --tag="filament-social-networks-config"
bash
php artisan vendor:publish --tag="filament-social-networks-views"