You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my project path is public_html/dpablodesigners.com
my all laravel files are inside the folder public_html/dpablodesigners.com/
i copy index.php and .htacess from public folder to public_html/dpablodesigners.com/
and made some changes in index.php
require DIR.'/../dpablodesigners.com/bootstrap/autoload.php';
$app = require_once DIR.'/../dpablodesigners.com/bootstrap/app.php';
The text was updated successfully, but these errors were encountered:
my project path is public_html/dpablodesigners.com
my all laravel files are inside the folder public_html/dpablodesigners.com/
i copy index.php and .htacess from public folder to public_html/dpablodesigners.com/
and made some changes in index.php
require DIR.'/../dpablodesigners.com/bootstrap/autoload.php';
$app = require_once DIR.'/../dpablodesigners.com/bootstrap/app.php';
The text was updated successfully, but these errors were encountered: