Laravel Configuration

Estimated reading: 4 minutes 24 views
Quick Start
Get details about Requirements, Basic Installation, Structure, Logo, favicon, and loader set up your project with easy steps.
Requirement
  1. PHP >= 8.0
php.ini Requirements
  1. open_basedir must be disabled
File and folder permissions
  1. /bootstrap 775
  2. /bootstrap 775
Basic Server Setup
Follow below steps for setup the project  on server.

Extracting the project and settings up the database

  • Extract the folder you downloaded and open the folder
  • Open it and find the database.sql file
  • Then open your cPanel provided by your web hosting provider
  • Click the MySQL Database option under the DATABASES section and create the database for your app
  • Create a Database User
  • Assign users to the database
  • After that search for phpMyadmin option under the database
  • Then the system will redirect you to the phpMyAdmin where you will be able to find the database we just created
  • Click on that database
  • Then find the import button on the Top bar and click on it
  • Then click Choose File button and load the database.sql file there you got from the Extraction in DB folder
  • And click the Go button at bottom of the page
  • Now Database is ready to use

Run below command if you are getting permission issues while opening the admin panel:

chmod 777 storage/logs/laravel.log
chmod 777 storage/framework/sessions/
chmod 777 storage/framework/views/
chmod 777 storage/framework/cache/data/
chmod 777 public/uploads/ 

Getting The credentials for App and admin panel

Step:1
Get the project zip from the CodeCanyon. Extract that zip, Go to the below path: 
hiphop.zip and upload that zip and extract in your Cpanel.
Step:2
Upload that project zip to your server public_html directory.
Step:3
Extract the zip file to public_html directory.
Step 4 

Setting Up Database credentials to the project

  • In that folder, find the .env file, open it with any text editor and make the changes as asked below
  • There in the APP_URL  Replace the https://yourdomain.com/ to Your Domain
  • Change Database Configuration as shown in the example below
DB_DATABASE=database_name
DB_USERNAME=database_username
DB_PASSWORD=”database_password” 

Mail Configurations

  1. Open and edit the /.env file and provide following details:
    • MAIL_MAILER=your mail driver
    • MAIL_HOST=your mail host
    • MAIL_PORT=your mail port
    • MAIL_USERNAME=your mail id
    • MAIL_PASSWORD=your mail password
    • MAIL_ENCRYPTION=your mail encryption
  2. Enter mail host name, mail port, mail username( Mail ID ), mail password and mail encryption type.
Step:8
Email: admin@gmail.com
Pass: 12345678
File Structure
app
  • Console
  • Exceptions
  • Helpers
  • Http
      • Controllers
        • Auth
          •  Controller.php
          •  HomeController.php
      • Middleware
      • Requests
  • Model
  • Provider
bootstrap
config
database
node_modelus
public
    • css
    • js
    • images
    • vendor
resources
    • css
    • js
    • lang
    • sass
    • views
      • auth
      • booking
      • category
      • components
      • layouts
      • partial
      • dashboards
      •  home.blade.php
      •  welcome.blade.php
route
storage
tests
vendor
  •  .editorconfig
  •  .env.example
  •  .styleci.yml
  •  artisan
  •  composer.json
  •  package.json
  •  phpunit.xml
  •  README.md
  •  server.php
  •  webpack.mix.js

App Configurations

Open and edit the /.env file and provide the following details
    • APP_NAME=”Your app name”
    • APP_ENV=production
    • APP_KEY=your key
    • APP_DEBUG=false
    • APP_URL=”Your app URL”

Defualt Pages Configurations

Settings Configurations

Please refer to the below steps for configurations.
General settings
From the general setting,
please see the below image.
Profile Setting
To update the profile,
click on the profile image on the top bar to find the setting for the updated profile.
And from that setting, you can update all your information.
Change Password Setting
To change the password,
click on the profile image on the top bar to find the setting for the change password.
And from that setting, you can change the password.

Source & Credits

All images and videos are for preview purposes only and are not included in the download files. Images are of copyrights under Creative Commons CC0.
 

Scripts

  • Jquery
  • Javascript 

CSS & Fonts

  • Bootstrap
  • Font Awesome
  • Google Fonts

Push to App Store & Play Store

Read the documentation to publish the app to App Store & Play Store

Online Support

Providing seamless online support for all your inquiries and assistance needs.
Share this Doc

Laravel Configuration

Or copy link

CONTENTS