Skip to content

Serg28/demosite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termincin

Getting started

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

Clone repository

cd folder
git clone -b demo https://git.linecore.com/linecore-laravel/termincin.git .
cp .env.example .env

Installation

  • Run commands
composer install
composer run-script post-root-package-install
composer run-script post-create-project-cmd
  • Edit .env file

  • Run commands

php artisan migrate
php artisan optimize:clear

npm install
npx mix --production

Generate admin password

  • Run commands
php artisan admin:generatePassword

Create Elasticsearch Index

  • Run commands
php artisan elastic:create-index "App\ProductsIndexConfigurator"
php artisan scout:import "App\Models\Product"

Integrate with your tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors