install laravel globally ubuntu
composer global require "laravel/installer"
install laravel globally ubuntu
composer global require "laravel/installer"
laravel apache2
# Laravel includes a public/.htaccess file that is used to
# provide URLs without the index.php front controller in the
# path. Before serving Laravel with Apache, be sure to enable
# the mod_rewrite module so the .htaccess file will be honored
# by the server.
# If the .htaccess file that ships with Laravel does not work
# with your Apache installation, try this alternative:
Options +FollowSymLinks -Indexes
RewriteEngine On
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us