Skip to content

Commit

Permalink
Merge pull request #49 from lara-zeus/update-core
Browse files Browse the repository at this point in the history
update readme and docs and composer and refactor config and route
  • Loading branch information
atmonshi committed Jun 16, 2023
2 parents 9f08b3b + 679fbb6 commit d38074b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 23 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<h1 align="center">Lara Zeus Wind</h1>

<p align="center">
<a href="https://larazeus.com"><img src="https://larazeus.com/images/wind-banner.png" /></a>
</p>
Expand All @@ -15,7 +13,9 @@

</p>

Lara-zeus wind is a contact form, with simple dashboard to read and replay to any messages you receive from your website.
<h1 align="center">Lara Zeus Wind</h1>

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
Expand All @@ -35,7 +35,7 @@ Lara-zeus wind is a contact form, with simple dashboard to read and replay to an

> visit our website to get the full documentation: https://larazeus.com/wind
> real use: https://atm-code.com/contact-us
> real use: https://still-code.com/contact-us
## Installation

Expand Down Expand Up @@ -66,7 +66,6 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
## 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)

Expand Down
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/zeus-wind.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* set the default path for the contact form homepage.
*/
'path' => '/',
'path' => '/contact-us',

/**
* the middleware you want to apply on all the blogs routes
Expand Down
3 changes: 1 addition & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ Lara-zeus Wind, is a package provides a simple contact form manger, with the abi
## 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)
* email us using the [contact center](https://still-code.com/contact-us/lara-zeus)
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

Route::middleware(config('zeus-wind.middleware'))
->prefix(config('zeus-wind.path'))
->get('contact-us/{departmentSlug?}', Contacts::class)
->get('{departmentSlug?}', Contacts::class)
->name('contact');

0 comments on commit d38074b

Please sign in to comment.