mirror of
https://github.com/brunofontes/shareit.git
synced 2025-12-13 11:10:42 -03:00
Compare commits
22 Commits
master
...
22713fcbef
| Author | SHA1 | Date | |
|---|---|---|---|
|
22713fcbef
|
|||
|
8d5e55e74e
|
|||
|
cf4e70c7ac
|
|||
|
a067904b81
|
|||
|
3bf111a868
|
|||
|
082e12051e
|
|||
|
2cfec55c36
|
|||
|
125a40d351
|
|||
|
332ed47805
|
|||
|
b3c00d388d
|
|||
| 740c66cd52 | |||
| b5da2f5fe9 | |||
| a8201ff2b4 | |||
|
ab117ec74c
|
|||
|
b6eeef7e62
|
|||
|
4d8b5aba6a
|
|||
|
21646ac2fd
|
|||
| 7e47708c4b | |||
| 54a44946cd | |||
| f01b516ca9 | |||
| a699738aa8 | |||
| 51ec05f5de |
@@ -51,7 +51,7 @@ class Kernel extends HttpKernel
|
|||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $middlewareAliases = [
|
protected $routeMiddleware = [
|
||||||
'auth' => \App\Http\Middleware\Authenticate::class,
|
'auth' => \App\Http\Middleware\Authenticate::class,
|
||||||
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
|
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
|
||||||
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
|
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ class AuthServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
|
$this->registerPolicies();
|
||||||
|
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0.2",
|
"php": "^8.0.2",
|
||||||
"inertiajs/inertia-laravel": "^0.6.11",
|
"inertiajs/inertia-laravel": "^0.6.3",
|
||||||
"laravel/framework": "^10.0",
|
"laravel/framework": "^9.19.0",
|
||||||
"laravel/ui": "^4.0",
|
|
||||||
"laravel/helpers": "^1.4",
|
"laravel/helpers": "^1.4",
|
||||||
"laravel/tinker": "^2.4.1",
|
"laravel/tinker": "^2.4.1",
|
||||||
|
"laravel/ui": "^3.0",
|
||||||
"pusher/pusher-php-server": "^7.2"
|
"pusher/pusher-php-server": "^7.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
@@ -18,11 +18,11 @@
|
|||||||
"filp/whoops": "^2.0",
|
"filp/whoops": "^2.0",
|
||||||
"fzaninotto/faker": "^1.4",
|
"fzaninotto/faker": "^1.4",
|
||||||
"mockery/mockery": "^1.0",
|
"mockery/mockery": "^1.0",
|
||||||
"nunomaduro/collision": "^7.0",
|
"nunomaduro/collision": "^6.1",
|
||||||
"nunomaduro/larastan": "^2.9.5",
|
"nunomaduro/larastan": "^0.7.4",
|
||||||
"nunomaduro/phpinsights": "*",
|
"nunomaduro/phpinsights": "*",
|
||||||
"phpstan/phpstan": "^1.10.66",
|
"phpstan/phpstan": "^0.12.85",
|
||||||
"phpunit/phpunit": "^10.0"
|
"phpunit/phpunit": "^9.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
@@ -64,6 +64,6 @@
|
|||||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
}
|
}
|
||||||
|
|||||||
4500
composer.lock
generated
4500
composer.lock
generated
File diff suppressed because it is too large
Load Diff
4296
package-lock.json
generated
4296
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
public/build/assets/app.4993c47e.js
vendored
48
public/build/assets/app.4993c47e.js
vendored
File diff suppressed because one or more lines are too long
44
public/build/assets/app.f51a693a.js
vendored
Normal file
44
public/build/assets/app.f51a693a.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"resources/js/app.js": {
|
"resources/js/app.js": {
|
||||||
"file": "assets/app.4993c47e.js",
|
"file": "assets/app.f51a693a.js",
|
||||||
"src": "resources/js/app.js",
|
"src": "resources/js/app.js",
|
||||||
"isEntry": true
|
"isEntry": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
echo "Homestead password is: vagrant"
|
ssh homestead -t "cd code/Bruno\ Fontes/shareit; bash --login"
|
||||||
ssh homestead -t "cd shareit; bash --login"
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
export VAGRANT_CWD=/home/bruno/development/Homestead/
|
export VAGRANT_CWD=/home/bruno/development/Homestead/
|
||||||
vagrant up
|
vagrant up
|
||||||
eval $DEV_BROWSER http://shareit.test \
|
#builtin cd ~/development/laravelHomestead && /usr/bin/vagrant up && builtin cd -
|
||||||
https://mailtrap.io/inboxes/455614/messages \
|
#~/Apps/firefox/firefox-bin http://shareit.test
|
||||||
https://dashboard.pusher.com/apps/1505830/console \
|
#~/Apps/firefox/firefox-bin https://mailtrap.io/inboxes/455614/messages
|
||||||
&
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
ssh homestead -t 'cd shareit; /usr/local/bin/composer update; npm update; echo; echo -n "Press enter to exit..."; read'
|
ssh homestead -t 'cd shareit; php7.3 /usr/local/bin/composer update; npm update; echo; echo -n "Press enter to exit..."; read'
|
||||||
|
|||||||
Reference in New Issue
Block a user