gmj/laravel_block2_video

Laravel Block2 for backend and frontend - need tailwindcss support

Maintainers

Package info

github.com/joelau71/gmj-laravel_block2_video

Language:Blade

pkg:composer/gmj/laravel_block2_video

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2021-12-29 03:11 UTC

This package is not auto-updated.

Last update: 2026-02-19 20:16:49 UTC


README

Laravel Block for backend and frontend - need tailwindcss support

composer require gmj/laravel_block2_video

in terminal run:

php artisan vendor:publish --provider="GMJ\LaravelBlock2Video\LaravelBlock2VideoServiceProvider" --force
php artisan migrate
php artisan db:seed --class=LaravelBlock2VideoSeeder

package for test
composer.json#autoload-dev#psr-4: "GMJ\LaravelBlock2Video\": "package/laravel_block2_video/src/",
config: GMJ\LaravelBlock2Video\LaravelBlock2VideoServiceProvider::class,