diff --git a/README.md b/README.md index ed24fd92..c3cf940a 100644 --- a/README.md +++ b/README.md @@ -290,15 +290,18 @@ flasher: For complete documentation, visit **[php-flasher.io](https://php-flasher.io)** - [Installation Guide](https://php-flasher.io/installation) -- [Themes Gallery](https://php-flasher.io/themes) +- [Laravel Integration](https://php-flasher.io/laravel) +- [Symfony Integration](https://php-flasher.io/symfony) - [Livewire Integration](https://php-flasher.io/livewire) +- [Inertia.js Integration](https://php-flasher.io/inertia) +- [Themes Gallery](https://php-flasher.io/themes) - [JavaScript Usage](https://php-flasher.io/javascript) --- ## Contributing -Contributions are welcome! Please see our [Contributing Guide](CONTRIBUTING.md) for details. +Contributions are welcome! Please feel free to submit a [Pull Request](https://github.com/php-flasher/php-flasher/pulls). ## Contributors diff --git a/docs/pages/installation.md b/docs/pages/installation.md index a6ac2f9b..86a0d4d2 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -173,10 +173,10 @@ flash()->flash('{{ type }}', '{{ message }}'); | param | description | |------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `$type` | Notification type : success, error, warning, info ....etc | +| `$type` | Notification type : success, error, warning, info etc. | | `$message` | The body of the message you want to deliver to your user. This may contain HTML. If you add links, be sure to add the appropriate classes for the framework you are using. | | `$title` | The notification title, Can also include HTML | -| `$options` | Custom options for javascript libraries (toastr, noty, notyf ...etc) | | +| `$options` | Custom options for javascript libraries (toastr, noty, notyf etc.) | | --- @@ -214,7 +214,7 @@ flash() | param | description | |------------|--------------------------------------------------------------------------------------| -| `$options` | Custom options to be passed to the javascript libraries (toastr, noty, notyf ...etc) | +| `$options` | Custom options to be passed to the javascript libraries (toastr, noty, notyf etc.) | | `$merge` | Merge options if you call the options method multiple times | --- diff --git a/docs/pages/library/noty.md b/docs/pages/library/noty.md index d2f071df..370ba987 100644 --- a/docs/pages/library/noty.md +++ b/docs/pages/library/noty.md @@ -317,7 +317,7 @@ noty() ```php #/ noty theme relax -// don't the load the theme css file: https://github.com/needim/noty/blob/master/lib/themes/relax.css +// don't forget to load the theme css file: https://github.com/needim/noty/blob/master/lib/themes/relax.css noty() ->theme('relax') @@ -609,8 +609,8 @@ noty()
-`sources` : Array of audio sources e.g 'some.wav'