Compare commits

..

No commits in common. "b3c00d388d1bfed79160289618734636dfa09612" and "21646ac2fd762b8640b918421d64b5a7356c85f0" have entirely different histories.

6 changed files with 16050 additions and 5805 deletions

View File

@ -32,7 +32,7 @@ class ItemAvailable extends Mailable
public function build() public function build()
{ {
return $this->subject( return $this->subject(
\Lang::get( \Lang::getFromJson(
':itemname is available!', ':itemname is available!',
['itemname' => $this->item->name] ['itemname' => $this->item->name]
) )

View File

@ -6,10 +6,10 @@
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.3.0", "php": "^7.3.0",
"fideloper/proxy": "^4.4", "fideloper/proxy": "^4.0",
"laravel/framework": "^8.0", "laravel/framework": "^8.0",
"laravel/helpers": "^1.4", "laravel/helpers": "^1.4",
"laravel/tinker": "^2.4.1", "laravel/tinker": "^2.0",
"laravel/ui": "^3.0" "laravel/ui": "^3.0"
}, },
"require-dev": { "require-dev": {
@ -58,10 +58,7 @@
"config": { "config": {
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true, "sort-packages": true,
"optimize-autoloader": true, "optimize-autoloader": true
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true

2131
composer.lock generated

File diff suppressed because it is too large Load Diff

19703
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,4 @@
#!/bin/zsh #!/bin/zsh
export VAGRANT_CWD=/home/bruno/development/Homestead/ builtin cd ~/development/laravelHomestead && /usr/bin/vagrant up && builtin cd -
vagrant up ~/Apps/firefox/firefox-bin http://shareit.test
#builtin cd ~/development/laravelHomestead && /usr/bin/vagrant up && builtin cd - ~/Apps/firefox/firefox-bin https://mailtrap.io/inboxes/455614/messages
#~/Apps/firefox/firefox-bin http://shareit.test
#~/Apps/firefox/firefox-bin https://mailtrap.io/inboxes/455614/messages

View File

@ -1 +1 @@
ssh homestead -t 'cd shareit; php7.3 /usr/local/bin/composer update; npm update; echo; echo -n "Press enter to exit..."; read' ssh homestead -t 'cd code/Bruno\ Fontes/shareit; echo; echo -n "Press enter to update Composer..."; read; composer update; echo; echo -n "Press enter to update NPM..."; read; npm update; echo; echo -n "Press enter to exit..."; read'