Download the PHP package cgdsoftware/emails without Composer
On this page you can find all versions of the php package cgdsoftware/emails. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package emails
Emails
Emails package is an extesion of the Laravel Enso enviroment, designed for sending emails/notifications.
Note: This package cannot be used outside of enso enviroment and is not included in Laravel Enso Core packages.
Features
- friendly display of all stored emails together with their status
- default recipients options such as teams or users
- attachments manangement
- email scheduling management
- email priority
Instalation
- install the package using composer:
composer require laravel-enso/emails
- install the front-end assets using yarn/npm:
yarn add @enso-ui/emails
-
add the following line in
schedule
function inApp\Console\Kernel.php
class: - Also make sure that
ScheduleEmails
class is imported.
NOTE For local schedule testing, you must first run the command:
-
adds the following alias in
webackpack.mix.js
- in
resources/js/router.js
file, verify thatRouteMerger
is imported, or import it
import RouteMerger from '@core-modules/importers/RouteMerger';
- make sure
routeImporter
is also imported
import routeImporter from '@core-modules/importers/routeImporter';
-
then use
RouteMerger
to import front-end assets using the alias defined inwebpack.mix.js
- in
resources/js/app.js
import the package's icons
import '@emails/icons'
- make sure
hot module replacement
is not active, and runyarn dev
ornpm run dev
Publishes
- coming soon..
Icons
The package uses the following icons:
paper-plane
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.
All versions of emails with dependencies
cgdsoftware/enums Version ^2.0
cgdsoftware/files Version ^5.0
cgdsoftware/forms Version ^4.0
cgdsoftware/helpers Version ^2.0
cgdsoftware/select Version ^4.0
cgdsoftware/tables Version ^4.0
cgdsoftware/teams Version ^4.0