Initialize laravel app
This commit is contained in:
		
					parent
					
						
							
								44db6ce1d9
							
						
					
				
			
			
				commit
				
					
						a464ef4c0e
					
				
			
		
					 149 changed files with 10967 additions and 1464 deletions
				
			
		
							
								
								
									
										12
									
								
								app/Http/Controllers/Controller.php
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								app/Http/Controllers/Controller.php
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| <?php | ||||
| 
 | ||||
| namespace App\Http\Controllers; | ||||
| 
 | ||||
| use Illuminate\Foundation\Auth\Access\AuthorizesRequests; | ||||
| use Illuminate\Foundation\Validation\ValidatesRequests; | ||||
| use Illuminate\Routing\Controller as BaseController; | ||||
| 
 | ||||
| class Controller extends BaseController | ||||
| { | ||||
|     use AuthorizesRequests, ValidatesRequests; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frankie B
				Frankie B