dambergautam / laravel-multi-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel multi-theme

Implementation of laravel multi-theme package yaap/theme.

How to get started?

Before you begin, please ensure Docker, Docker Compose, Helm and Kubernetes are installed and Docker is running.

Step 1:

Clone this project git clone https://github.com/dambergautam/laravel-multi-theme.git.

Step 2:

Run below command to add blank laravel project from root directory.

bash ./bin/install.sh

This command will

  • install new laravel project docker/laravel
  • create docker images and run containers
  • perform series of Laravel Artisan and NPM commands in the container.

To access website locally, visit http://localhost:84/.

Homepage Screenshot

About


Languages

Language:PHP 93.0%Language:Blade 4.0%Language:Shell 3.0%