• Stars
    star
    127
  • Rank 273,308 (Top 6 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A package skeleton for developing Filament plugins.

:package_description

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads


This repo can be used to scaffold a Filament plugin. Follow these steps to get started:

  1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
  2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
  3. Make something great!

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require :vendor_slug/:package_slug

You can publish and run the migrations with:

php artisan vendor:publish --tag=":package_slug-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag=":package_slug-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag=":package_slug-views"

This is the contents of the published config file:

return [
];

Usage

$variable = new VendorName\Skeleton();
echo $variable->echoPhrase('Hello, VendorName!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

More Repositories

1

filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
PHP
12,680
star
2

demo

Source code for the demo.filamentphp.com website.
PHP
568
star
3

filamentphp.com

Source code for the filamentphp.com website.
Blade
109
star
4

spatie-laravel-media-library-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-medialibrary Plugin (see filamentphp/filament)
PHP
57
star
5

spatie-laravel-translatable-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-translatable Plugin (see filamentphp/filament)
PHP
43
star
6

forms

[READ ONLY] Subtree split of the Filament Form Builder (see filamentphp/filament)
PHP
35
star
7

tables

[READ ONLY] Subtree split of the Filament Table Builder (see filamentphp/filament)
PHP
28
star
8

panels

[READ ONLY] Subtree split of the Filament Panel Builder (see filamentphp/filament)
PHP
27
star
9

spatie-laravel-settings-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-settings Plugin (see filamentphp/filament)
PHP
27
star
10

notifications

[READ ONLY] Subtree split of Filament Notifications (see filamentphp/filament)
PHP
18
star
11

spatie-laravel-tags-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-tags Plugin (see filamentphp/filament)
PHP
16
star
12

support

[READ ONLY] Subtree split of Filament's Support package (see filamentphp/filament)
PHP
15
star
13

blog-starter-kit

PHP
10
star
14

discord-bot

JavaScript
10
star
15

widgets

[READ ONLY] Subtree split of Filament Widgets (see filamentphp/filament)
PHP
4
star
16

actions

[READ ONLY] Subtree split of Filament Actions (see filamentphp/filament)
PHP
4
star
17

spatie-laravel-google-fonts-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-google-fonts Plugin (see filamentphp/filament)
PHP
4
star
18

infolists

[READ ONLY] Subtree split of the Filament Infolist Builder (see filamentphp/filament)
PHP
4
star
19

upgrade

[READ ONLY] Subtree split of the Filament upgrade script (see filamentphp/upgrade)
PHP
4
star
20

spark-billing-provider

[READ ONLY] Subtree split of the Filament Spark Billing Provider (see filamentphp/filament)
PHP
2
star