forked from geolba/tethys.backend
- added @adonisjs/mail
- mail_settings_controller for setting smtp settings - added view ror rjecting dataset for editor - added new model AppConfig for stroing appwide config values - better validate_chesum.ts command with process chunking - added vue3 apps 'BasicSettings' like email, profile settings - started with 2 multilingual capabilities - npm updates
This commit is contained in:
parent
010bead723
commit
b06ccae603
67 changed files with 7820 additions and 1463 deletions
|
@ -8,18 +8,18 @@ export default class AppProvider {
|
|||
|
||||
public register() {
|
||||
// Register your own bindings
|
||||
|
||||
}
|
||||
|
||||
public async boot() {
|
||||
// IoC container is ready
|
||||
await import('../src/extensions.js');
|
||||
|
||||
// const hashInstance: typeof hash = this.app.container.make('@adonisjs/core/services/hash');
|
||||
// hashInstance.extend('bcrypt', () => {
|
||||
// return new LaravelHash();
|
||||
// });
|
||||
|
||||
|
||||
|
||||
// this.app.container.resolving('validator', (validator) => {
|
||||
// validator.rule('foo', () => {})
|
||||
|
||||
|
@ -45,7 +45,7 @@ export default class AppProvider {
|
|||
}
|
||||
|
||||
public async ready() {
|
||||
// App is ready
|
||||
// App is ready
|
||||
}
|
||||
|
||||
public async shutdown() {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue