Skip to content

Commit

Permalink
💧
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Dec 11, 2023
1 parent e7891e6 commit f37846c
Show file tree
Hide file tree
Showing 31 changed files with 277 additions and 245 deletions.
66 changes: 33 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Changelog

All notable changes to `rain` will be documented in this file
All notable changes to `Dynamic Dashboard` will be documented in this file

## 1.1.1 - 2023-07-12

### What's Changed

- Update trans by @atmonshi in https://github.com/lara-zeus/rain/pull/21
- update core by @atmonshi in https://github.com/lara-zeus/rain/pull/22
- Update trans by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/21
- update core by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/22

**Full Changelog**: https://github.com/lara-zeus/rain/compare/1.1.0...1.1.1
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.1.0...1.1.1

## 1.1.0 - 2023-07-07

### What's Changed

- Customize columns models by @atmonshi in https://github.com/lara-zeus/rain/pull/20
- Customize columns models by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/20

### important

Expand All @@ -31,42 +31,42 @@ php artisan vendor:publish --tag=zeus-dynamic-dashboard-config --force


```
**Full Changelog**: https://github.com/lara-zeus/rain/compare/1.0.6...1.1.0
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.6...1.1.0

## 1.0.6 - 2023-07-07

### What's Changed

- fix migration file name by @atmonshi in https://github.com/lara-zeus/rain/pull/19
- fix migration file name by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/19

**Full Changelog**: https://github.com/lara-zeus/rain/compare/1.0.5...1.0.6
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.5...1.0.6

## 1.0.5 - 2023-07-06

### What's Changed

- add some validation for all widgets by @atmonshi in https://github.com/lara-zeus/rain/pull/17
- add some validation for all widgets by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/17

**Full Changelog**: https://github.com/lara-zeus/rain/compare/1.0.4...1.0.5
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.4...1.0.5

## 1.0.4 - 2023-07-04

### What's Changed

- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/lara-zeus/rain/pull/15
- update all dependecies by @atmonshi in https://github.com/lara-zeus/rain/pull/16
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/lara-zeus/dynamic-dashboard/pull/15
- update all dependecies by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/16

### New Contributors

- @dependabot made their first contribution in https://github.com/lara-zeus/rain/pull/15
- @dependabot made their first contribution in https://github.com/lara-zeus/dynamic-dashboard/pull/15

**Full Changelog**: https://github.com/lara-zeus/rain/compare/1.0.3...1.0.4
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.3...1.0.4

## 1.0.3 - 2023-06-30

### What's Changed

- tons of updates by @atmonshi in https://github.com/lara-zeus/rain/pull/14
- tons of updates by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/14
-
- add new widgets: Forms, Menu, Library, Faq. All from Sky update Docs on how to make a new widget
-
Expand All @@ -79,63 +79,63 @@ php artisan vendor:publish --tag=zeus-dynamic-dashboard-config --force
- add a command to create a custom widget
-

**Full Changelog**: https://github.com/lara-zeus/rain/compare/1.0.2...1.0.3
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.2...1.0.3

## 1.0.2 - 2023-06-24

### What's Changed

- update zeus core by @atmonshi in https://github.com/lara-zeus/rain/pull/13
- update zeus core by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/13

**Full Changelog**: https://github.com/lara-zeus/rain/compare/1.0.1...1.0.2
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.1...1.0.2

## 1.0.1 - 2023-06-19

### What's Changed

- fix primary color 🦩 by @atmonshi in https://github.com/lara-zeus/rain/pull/12
- fix primary color 🦩 by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/12

**Full Changelog**: https://github.com/lara-zeus/rain/compare/1.0.0...1.0.1
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.0...1.0.1

## 1.0.0 - 2023-06-19

### What's Changed

- refactor and prepare for stable release by @atmonshi in https://github.com/lara-zeus/rain/pull/11
- refactor and prepare for stable release by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/11

**Full Changelog**: https://github.com/lara-zeus/rain/compare/0.0.8...1.0.0
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.8...1.0.0

## 0.0.8 - 2023-06-17

### What's Changed

- Refactor widgets by @atmonshi in https://github.com/lara-zeus/rain/pull/10
- Update core by @atmonshi in https://github.com/lara-zeus/rain/pull/9
- Imporve UI by @atmonshi in https://github.com/lara-zeus/rain/pull/8
- Add sky widget by @atmonshi in https://github.com/lara-zeus/rain/pull/7
- Refactor widgets by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/10
- Update core by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/9
- Imporve UI by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/8
- Add sky widget by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/7

**Full Changelog**: https://github.com/lara-zeus/rain/compare/0.0.7...0.0.8
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.7...0.0.8

## 0.0.5 - 2023-06-16

### What's Changed

- Update config by @atmonshi in https://github.com/lara-zeus/rain/pull/4
- Update config by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/4

**Full Changelog**: https://github.com/lara-zeus/rain/compare/0.0.4...0.0.5
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.4...0.0.5

## 0.0.4 - 2023-06-16

### What's Changed

- fix image path by @atmonshi in https://github.com/lara-zeus/rain/pull/3
- fix image path by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/3

**Full Changelog**: https://github.com/lara-zeus/rain/compare/0.0.3...0.0.4
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.3...0.0.4

## 0.0.3 - 2023-06-16

### What's Changed

- fix route name by @atmonshi in https://github.com/lara-zeus/rain/pull/2
- fix route name by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/2

**Full Changelog**: https://github.com/lara-zeus/rain/compare/0.0.2...0.0.3
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.2...0.0.3
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<p align="center">
<a href="https://larazeus.com"><img alt="zeus rain" src="https://larazeus.com/images/rain-banner.png" /></a>
<a href="https://larazeus.com"><img alt="zeus dynamic dashboard" src="https://larazeus.com/images/dynamic-dashboard-banner.png" /></a>
</p>

<p align="center">

[![Latest Version on Packagist](https://img.shields.io/packagist/v/lara-zeus/core.svg?color=yellow&style=flat-square&label=Zeus-Core&logo=data:image/png;base64,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)](https://packagist.org/packages/lara-zeus/core)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/lara-zeus/rain.svg?style=flat-square)](https://packagist.org/packages/lara-zeus/rain)
[![Tests](https://img.shields.io/github/actions/workflow/status/lara-zeus/rain/run-tests.yml?label=tests&style=flat-square&branch=main)](https://github.com/lara-zeus/rain/actions?query=workflow%3Arun-tests+branch%3Amain)
[![Code Style](https://img.shields.io/github/actions/workflow/status/lara-zeus/rain/fix-php-code-style-issues.yml?label=code-style&flat-square)](https://github.com/lara-zeus/rain/actions?query=workflow%3Afix-php-code-style-issues+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/lara-zeus/rain.svg?style=flat-square)](https://packagist.org/packages/lara-zeus/rain)
[![Total Downloads](https://img.shields.io/github/stars/lara-zeus/rain?style=flat-square)](https://github.com/lara-zeus/rain)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/lara-zeus/dynamic-dashboard.svg?style=flat-square)](https://packagist.org/packages/lara-zeus/dynamic-dashboard)
[![Tests](https://img.shields.io/github/actions/workflow/status/lara-zeus/dynamic-dashboard/run-tests.yml?label=tests&style=flat-square&branch=main)](https://github.com/lara-zeus/dynamic-dashboard/actions?query=workflow%3Arun-tests+branch%3Amain)
[![Code Style](https://img.shields.io/github/actions/workflow/status/lara-zeus/dynamic-dashboard/fix-php-code-style-issues.yml?label=code-style&flat-square)](https://github.com/lara-zeus/dynamic-dashboard/actions?query=workflow%3Afix-php-code-style-issues+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/lara-zeus/dynamic-dashboard.svg?style=flat-square)](https://packagist.org/packages/lara-zeus/dynamic-dashboard)
[![Total Downloads](https://img.shields.io/github/stars/lara-zeus/dynamic-dashboard?style=flat-square)](https://github.com/lara-zeus/dynamic-dashboard)

</p>

Lara-zeus rain simple way to manage widgets for your website landing page.
Lara-zeus Dynamic Dashboard simple way to manage widgets for your website landing page, and filament dashboard.

>small tasks can be time-consuming, let us build these for you,
## Support Filament
Expand All @@ -24,6 +25,7 @@ Lara-zeus rain simple way to manage widgets for your website landing page.

## features
- 🔥 built in widgets for all Zeus packages
- 🔥 use any of filament widgets
- 🔥 simple interface to create a layout and manage widgets
- 🔥 create multiple layouts, for users or tenants
- 🔥 create your own widget
Expand All @@ -32,11 +34,11 @@ Lara-zeus rain simple way to manage widgets for your website landing page.

## Demo

> visit our website to get the full documentation: https://larazeus.com/rain
> visit our website to get the full documentation: https://larazeus.com/dynamic-dashboard
## Documentation

You can read all the docs in [lara zeus](https://larazeus.com/docs/rain) website.
You can read all the docs in [lara zeus](https://larazeus.com/docs/dynamic-dashboard) website.

## Quick start

Expand All @@ -50,7 +52,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
## Support

available support channels:
* open an issue on [GitHub](https://github.com/lara-zeus/rain/issues)
* open an issue on [GitHub](https://github.com/lara-zeus/dynamic-dashboard/issues)
* email us using the [contact center](https://still-code.com/contact-us/lara-zeus)

## Contributing
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lara-zeus/rain",
"description": "Zeus Rain Dynamic Dashboard to manage widgets for your website landing page",
"name": "lara-zeus/dynamic-dashboard",
"description": "Zeus Dynamic Dashboard to manage widgets for filament dashboard your website landing page",
"keywords": [
"laravel",
"lara-zeus",
Expand All @@ -9,10 +9,10 @@
"landing page",
"filamentphp"
],
"homepage": "https://larazeus.com/rain",
"homepage": "https://larazeus.com/dynamic-dashboard",
"support": {
"issues": "https://github.com/lara-zeus/rain/issues",
"source": "https://github.com/lara-zeus/rain"
"issues": "https://github.com/lara-zeus/dynamic-dashboard/issues",
"source": "https://github.com/lara-zeus/dynamic-dashboard"
},
"license": "MIT",
"type": "library",
Expand Down
Loading

0 comments on commit f37846c

Please sign in to comment.