





Laravel 8+ & Boorstrap 4
Grab the most developer friendly Laravel Admin Dashboard, UI Kits & Design System.
View Demos





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:
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
For jquery missing path issue Error: File not found with singular glob: /build-tools/node_modules/jquery/dist/jquery.min.js
Run
rm -Rf node_modules && npm installnpm cache clean and repeat the above steps.