Severity: Warning
Message: preg_match(): Compilation failed: unmatched closing parenthesis at offset 38
Filename: hooks/Check_user.php
Line Number: 222
Backtrace:
File: /home/u377916119/domains/myprojecthd.in/public_html/application/hooks/Check_user.php
Line: 222
Function: preg_match
File: /home/u377916119/domains/myprojecthd.in/public_html/application/hooks/Check_user.php
Line: 89
Function: getOS
File: /home/u377916119/domains/myprojecthd.in/public_html/application/hooks/Check_user.php
Line: 12
Function: anylisis
File: /home/u377916119/domains/myprojecthd.in/public_html/index.php
Line: 315
Function: require_once
in this tutorial we will install laravel on over localhost
1. Open your CMD And Go To your XAMPP Htdocs Folder
C:\xampp\htdocs>
2. Use this command For install laravel
Command : composer create-project laravel/laravel=5.8 angular-laravel-project --prefer-dist
3. After Laravel installation run laravel project on your web browser
http://localhost/your-project-folder-name/public/
Example
http://localhost/tutorial/angular-laravel-project/public/