Skip to content

Commit

Permalink
Updated license and package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurinStapf committed Feb 3, 2025
1 parent 2ce00bb commit e4cf7a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 41 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Arthur Monney
Copyright © 2025-present WIKA Group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
44 changes: 7 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
<p align="center">
<a href="https://laravel.com">
<img alt="Laravel v10.x" src="https://img.shields.io/badge/Laravel-v10.x-FF2D20">
</a>
<a href="https://laravel.com">
<img alt="Laravel v11.x" src="https://img.shields.io/badge/Laravel-v11.x-FF2D20">
</a>
<a href="https://packagist.org/packages/batnieluyo/livewire-slide-overs">
<img src="https://img.shields.io/packagist/dt/batnieluyo/livewire-slide-overs" alt="Total Downloads">
</a>
<a href="https://packagist.org/packages/batnieluyo/livewire-slide-overs">
<img src="https://img.shields.io/packagist/v/batnieluyo/livewire-slide-overs" alt="Latest Stable Version">
</a>
<a href="https://packagist.org/packages/batnieluyo/livewire-slide-overs">
<img src="https://img.shields.io/packagist/l/batnieluyo/livewire-slide-overs" alt="License">
</a>
</p>

# Livewire Slide over Panel

Slide Over Panel is a Livewire component that provides drawers (slide overs) that support multiple children while maintaining state.
This package is fork of [laravelcm/livewire-slide-overs](https://github.com/laravelcm/livewire-slide-overs), a livewire component that renders slide over with state management on livewire.
# Livewire slide over panel

Slide Over Panel is a Livewire component that provides slide overs that support multiple children while maintaining state.
This package is fork of [batnieluyo/livewire-slide-over](https://github.com/batnieluyo/livewire-slide-over), a livewire component that renders slide over with state management on livewire.


### Installation

To get started, require the package via Composer
To get started, require the package via Composer:

```shell
composer require batnieluyo/livewire-slide-over
composer require wika-group/livewire-slide-over
```

### Usage
### Livewire directive
Add the Livewire directive @livewire('slide-over-panel') directive to your master layout.

```blade
Expand Down Expand Up @@ -214,17 +196,5 @@ return [
];
```

### Test
wip..

```shell
composer test
```

## Credits
- [laravelcm](https://github.com/laravelcm)
- [Philo Hermans](https://github.com/philoNL)
- [All Contributors](../../contributors)

## License
Livewire Slide Over is open-sourced software licensed under the [MIT license](LICENSE.md).
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "batnieluyo/livewire-slide-over",
"name": "wika-group/livewire-slide-over",
"description": "Livewire component that provides drawers (slide overs) that support multiple children while maintaining state.",
"keywords": [
"laravel",
"slide-overs",
"slide-over",
"livewire"
],
"license": "MIT",
"authors": [
{
"name": "Daniel S",
"email": "daniel.wire.opensource@gmail.com"
"name": "WIKA Group",
"email": "webapps-admin@wika.com"
}
],
"require": {
Expand Down

0 comments on commit e4cf7a9

Please # to comment.