• Stars
    star
    165
  • Rank 228,906 (Top 5 %)
  • Language
    PHP
  • License
    MIT License
  • Created almost 3 years ago
  • Updated 4 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
16,513
star
2

demo

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

filamentphp.com

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

spatie-laravel-media-library-plugin

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

spatie-laravel-translatable-plugin

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

spatie-laravel-settings-plugin

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

forms

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

panels

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

tables

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

spatie-laravel-tags-plugin

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

notifications

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

support

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

discord-bot

JavaScript
11
star
14

blog-starter-kit

PHP
10
star
15

widgets

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

actions

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

spatie-laravel-google-fonts-plugin

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

infolists

[READ ONLY] Subtree split of the Filament Infolist Builder (see filamentphp/filament)
PHP
5
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