To make it easy for you to get started with GitLab, here's a list of recommended next steps.
- Create or upload files
- Add files using the command line or push an existing Git repository with the following command:
cd folder
git clone -b demo https://git.linecore.com/linecore-laravel/termincin.git .
cp .env.example .env
- 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
- Run commands
php artisan admin:generatePassword
- AdminPanel: http://site.com/login
- Run commands
php artisan elastic:create-index "App\ProductsIndexConfigurator"
php artisan scout:import "App\Models\Product"