mirror of
				https://github.com/brunofontes/shareit.git
				synced 2025-11-04 03:31:02 -03:00 
			
		
		
		
	Compare commits
	
		
			No commits in common. "f59e1d59dfb9c6290274f0f1dffad68e1e366e57" and "781ef5ab6c98bbdf9d10b902cd9f67261028adff" have entirely different histories.
		
	
	
		
			f59e1d59df
			...
			781ef5ab6c
		
	
		
@ -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
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4177
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4177
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										4370
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4370
									
								
								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
											
										
									
								
							
							
								
								
									
										45
									
								
								public/build/assets/app.c987411b.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								public/build/assets/app.c987411b.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.c987411b.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
 | 
				
			||||||
&
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user