Admire
  • Introduction
  • Folder Structure
  • HTML
    • Introduction
    • HTML Structure
      • Header
      • Left Side Menu
      • Right Side Menu
      • Main Content
        • Buttons
        • Carousel and sliders
        • Charts
        • Icons
        • Progress Bars
        • Maps
        • Modals
        • Lock Screen
    • Plugins
    • FAQ's
    • Fonts Used
    • Start New Page
      • Black scheme
      • White scheme
    • Hide/Remove section
      • white scheme
      • Black scheme
  • Laravel Version
    • Installation
      • Previous Versions
        • Laravel 8
        • Laravel 7
        • Laravel 5.6
    • Layouts
      • default
      • Fixed header
      • Fixed menu
      • Fixed Menu Header
      • Compact Menu
    • Blank Page
    • How to change the layout
  • Updates
    • 3.x
    • 2.3
    • 2.8
    • 2.7
    • 2.2
    • 2.1
    • 2.0
    • 1.4
    • 1.3
Powered by GitBook
On this page
  • Laravel 7.x Installation
  • Minimum Requirements
  • Get Composer packages
  • permissions
  • compile assets
  • Congratulations

Was this helpful?

  1. Laravel Version
  2. Installation
  3. Previous Versions

Laravel 7

Installation instructions for Laravel 7.x

Laravel 7.x Installation

The zip file contains all laravel files integrated with Admire, however you need to perform following steps to get vendors etc.

Minimum Requirements

For laravel 7 , the minimum version of php required is 7.2 and

the following php extensions are required

  • PHP >= 7.2

  • OpenSSL PHP Extension

  • PDO PHP Extension

  • Mbstring PHP Extension

  • Tokenizer PHP Extension

  • XML PHP Extension

  • Ctype PHP Extension

  • JSON PHP Extension

Get Composer packages

composer install

permissions

chmod -R 775 storage

chmod 775 bootstrap/cache

If you are on linux/ mac you can run below command to chown it.

chown -R www-data /var/www

compile assets

If you don't have good knowledge on nodejs and npm, you can skip this step however this step is recommonded if you want to modify the template as per your needs.

you can check installed version by running node -v command in terminal.

They introduced a new npm package for webpack called mix

Install Required global packages

npm install -g npm bower yarn

Install local packages

npminstall

Get bower components

bower install

Note: If bower gives warning that you are running as administrator, please run the command bower install --allow-root

move assets to desired locations

npm run dev

Congratulations

open your website and it should be fully working now :)

PreviousLaravel 8NextLaravel 5.6

Last updated 4 years ago

Was this helpful?

Make sure you have installed in your system with minimum version 8.x,

If you are having older version, please install latest version from

you can read more about it

nodejs
nodejs.org
here