Skip to content

Commit

Permalink
Merge pull request #8 from lara-zeus/new-age
Browse files Browse the repository at this point in the history
New age
  • Loading branch information
atmonshi authored Apr 19, 2022
2 parents 48ce6be + 5a78bb4 commit 43d9a76
Show file tree
Hide file tree
Showing 31 changed files with 902 additions and 259 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to `wind` will be documented in this file

## 2.0.0 - 2022-04-19

- remove title slot and using laravel-seo
- fix validations on all resources
- clean up some blade files
- allow to configure the default status for new messages
- hide the Departments from the admin panel when it's disabled in the config
- update the config file
- add translations

## 1.0.4 - 2022-04-10

- fix missing `departments` from Contacts Component
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Lara Zeus Wind</h1>

<p align="center">
<a href="https://larazeus.com"><img src="https://larazeus.com/images/zeus-wind-banner.png" /></a>
<a href="https://larazeus.com"><img src="https://larazeus.com/images/wind-banner.png" /></a>
</p>

<p align="center">
Expand All @@ -15,6 +15,12 @@
Lara-zeus wind is a contact form, with simple dashboard to read and replay to any messages you receive from your website.
>small tasks can be time-consuming, let us build these for you,
## Support Filament

<a href="https://github.com/sponsors/danharrin">
<img width="320" alt="filament-logo" src="https://filamentadmin.com/images/sponsor-banner.jpg">
</a>

## features
- 🔥 built with [TALL stack](https://tallstack.dev/)
- 🔥 using [filament](https://filamentadmin.com) as an admin panel
Expand Down Expand Up @@ -54,6 +60,13 @@ visit the url `/admin` to manage the Letters, and `/contact-us` to access the co

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Support

available support channels:
* using our channel `#wind` on [Discord](https://filamentphp.com/discord)
* open an issue on [GitHub](https://github.com/lara-zeus/wind/issues)
* email us using the [contact center](https://atm-code.com/contact-us/lara-zeus)

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,11 @@
"Wind": "LaraZeus\\Wind\\WindFacade"
}
}
}
},
"repositories": [
{
"type": "path",
"url": "../core"
}
]
}
Loading

0 comments on commit 43d9a76

Please sign in to comment.