All in 1 Pack

Arctic Laravel
Dasboard Template

Laravel 8+ & Boorstrap 4

Grab the most developer friendly Laravel Admin Dashboard, UI Kits & Design System.

View Demos
menu

Server Requirements

The Laravel framework has a few system requirements. All of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment.

However, if you are not using Homestead, you will need to make sure your server meets the following requirements:

  • PHP >= 7.3
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Laravel Quick Start

1. Download Arctic latest source files form Themeforst

2. Download and install Node.js from nodejs.org

3. Open your command prompt or terminal at downloaded_folder/laravel-version/egret-laravel

4. Install the latest version of npm

5. Install the latest version of Composer https://getcomposer.org/

Follow this Installation guide for composer https://getcomposer.org/doc/00-intro.md

6. Install PHP dependencies.

7. Install Yarn Globally

& Install dependencies

8. Complile all the assests(SCSS, JS, Images, fonts, icons etc).

9. Rename .env.example to .env and Run

9. Start Local Server By Running

Troubleshooting

For jquery missing path issue Error: File not found with singular glob: /build-tools/node_modules/jquery/dist/jquery.min.js

Run

For common npm issues

  • 1. Re-install dependencies: rm -Rf node_modules && npm install
  • If this did not work, try running npm cache clean and repeat the above steps.