Automated diagnosis and repair tool for SmartersWeb Suite
.env file with your actual database credentialspublic directoryMake sure to update these values in your .env file:
# Database Configuration
DB_HOST=localhost
DB_NAME=your_actual_database_name
DB_USER=your_actual_db_username
DB_PASS=your_actual_db_password
# Application Configuration
APP_URL=https://suite.smartersweb.com
APP_DEBUG=false # Set to false in production
APP_KEY=a2dab73564d38e216860bb7c33b67adc
smartersweb/
├── bootstrap/
│ └── app.php
├── config/
│ ├── app.php
│ ├── auth.php
│ └── database.php
├── public/
│ └── index.php
├── routes/
│ └── web.php
├── src/
│ ├── Controllers/
│ │ ├── BaseController.php
│ │ ├── DashboardController.php
│ │ └── HomeController.php
│ └── Core/
│ └── Router.php
├── views/
│ ├── dashboard/
│ │ └── index.php
│ ├── home/
│ │ └── index.php
│ └── layouts/
│ └── main.php
├── .env
└── fixer.php
fixer.php file after use for security reasons.
APP_DEBUG=false in production