This file contains 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 \ |
This file contains 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 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 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 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
import { ethers } from "ethers"; | |
import Web3Modal from "web3modal"; | |
// import WalletConnectProvider from "@walletconnect/web3-provider"; | |
import axios from "axios"; | |
class Lightweb3 { | |
constructor( | |
web3ModalOptions = { | |
cacheProvider: true, | |
disableInjectedProvider: false, |
This file contains 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 init -y; | |
npm install --save-dev hardhat; | |
npm install @openzeppelin/contracts; | |
npx hardhat; |
This file contains 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
name: my_app | |
version: 1.0.0+1 | |
publish_to: none | |
description: A new Flutter project. | |
environment: | |
sdk: '>=2.12.0 <3.0.0' | |
dependencies: | |
cupertino_icons: ^1.0.2 | |
flutter_dotenv: ^5.0.2 |
This file contains 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 install vue-router@4; | |
npm install @vueuse/core; | |
npm install @vueuse/head; | |
npm install vee-validate; | |
npm install zod; | |
npm install @vee-validate/zod; | |
npm install nprogress; | |
npm install axios; | |
npm install focus-trap; | |
npm install pinia; |
This file contains 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 | |
namespace App\Providers; | |
use Filament\Facades\Filament; | |
use Illuminate\Support\Facades\App; | |
use Illuminate\Support\Facades\Blade; | |
use Illuminate\Support\ServiceProvider; | |
class AppServiceProvider extends ServiceProvider |
This file contains 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 tailwindcss; | |
npm i -D @tailwindcss/forms; | |
npm i -D @tailwindcss/typography; | |
npm i -D postcss; | |
npm i -D autoprefixer; | |
npm i -D alpinejs; | |
npm i -D @alpinejs/focus; | |
npm i -D tippy.js; |
OlderNewer