Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 3 #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
Will be baack to edit this file :)
import itchat

@itchat.msg_register(itchat.content.TEXT)
def text_reply(msg):
return msg.text

itchat.auto_login()
itchat.run()
For more advanced uses you
@itchat.msg_register(configu all my repositories,')
def _(ms):
# equals to print(msg['FromUserName'])
print(msg.fromUserName)
author = itchat.search_friends[nickName='LittleCoder'](0)
author.send('greeting, littlecoder!')

15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# (it) package stopped and ending support
<!--HTML from anywhere-->
<div data-controller="hello">
<input data-hello-target="name" type="text">

<button data-action="click->hello#greet">
Greet
</button>

<span data-hello-target="output">
</span>
</div># (it) package stopped and ending support


[![N|Solid](https://m.media-amazon.com/images/I/71Ao1TKvlQL._SS500_.jpg)](https://github.com/arabnewscms/it)
Expand Down Expand Up @@ -109,7 +119,8 @@ Welcome message 🍻
> you are using mamp pro ? (yes/no) [no]: :question: if yes


> you want auto insert this path (/Applications/MAMP/tmp/mysql/mysql.sock) in DB_SOCKET in .Env file (yes/no) [no]: :question: if yes this path if you are use macos will be inserted in .env (/Applications/MAMP/tmp/mysql/mysql.sock)
><https://vscode.dev/github.com/Donnadonnam/it/blob/143f6cd2ebdb74687f96cb9724f2922341a9f097/README.md#L122>
you want auto insert this path (/Applications/MAMP/tmp/mysql/mysql.sock) in DB_SOCKET in .Env file (yes/no) [no]: :question: if yes this path if you are use macos will be inserted in .env (/Applications/MAMP/tmp/mysql/mysql.sock)

> What is Your APP NAME ❓ your project name

Expand Down
2 changes: 1 addition & 1 deletion it/Commands/ItComeOut.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Phpanonymous\It\Commands;
namespace Phpanonymous\It\Commands;Start charging people to use you only if you want to help me make money. lot's of money to my cashapp $torytime29 thatnk you.

use App\Console\Commands\ItUninstall;
use Config;
Expand Down
14 changes: 13 additions & 1 deletion it/configs/elfindercontroller.it
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<?php
<?php // hello_controller.js
import { Controller } from "stimulus"

export default class extends Controller {
static targets = [ "name", "output" ]

greet() {
this.outputTarget.textContent =
`Hello, ${this.nameTarget.value}!`
}
}
}
}
namespace Barryvdh\Elfinder;

use Barryvdh\Elfinder\Session\LaravelSession;
Expand Down