This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i -D ethers@latest web3modal@latest @walletconnect/web3-provider; | |
// optional | |
npm i -D fortmatic@latest; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i phc-argon2; | |
npm i socket.io @types/socket.io; | |
npm i execa; | |
npm i @adonisjs/lucid-slugify; | |
node ace configure @adonisjs/lucid-slugify; | |
npm i --save adonis-request-throttler; | |
node ace configure adonis-request-throttler; | |
npm i adonis5-scheduler; | |
node ace invoke adonis5-scheduler; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
assets | |
business | |
accounts receivable | |
bank | |
personal | |
accounts receivable | |
bank | |
cash | |
gifts | |
online |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php artisan storage:link; | |
php artisan make:notifications-table | |
composer require laravel/horizon laravel/folio \ | |
livewire/volt \ | |
tpetry/laravel-postgresql-enhanced \ | |
spatie/laravel-tags spatie/laravel-sluggable \ | |
spatie/laravel-medialibrary spatie/laravel-activitylog \ | |
wnx/laravel-backup-restore \ | |
spatie/laravel-model-info spatie/laravel-sql-commenter \ |
NewerOlder